color codes Logo

#dda13d color codes

#DDA13D
(221,161,61)
0 Favorites   0 Comments

Color spaces of #dda13d

RGB 22116161
HSL0.100.700.55
HSV38°72°87°
CMYK 0.000.270.72   0.13
XYZ43.406041.198810.0793
Yxy41.19880.45840.4351
Hunter Lab64.18638.384735.6200
CIE-Lab70.315012.993858.3457

#dda13d color RGB value is (221,161,61).

#dda13d hex color red value is 221, green value is 161 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dda13d hue: 0.10 , saturation: 0.70 and the lightness value of dda13d is 0.55.

The process color (four color CMYK) of #dda13d color code is 0.00, 0.27, 0.72, 0.13. Web safe color of #dda13d is #cc9933. Color #dda13d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 00111101
Octal 335 241 75
Decimal 221 161 61
Hex DD A1 3D

RGB Percentages of Color #dda13d

%49.89
%36.34
%13.77

CMYK Percentages of Color #dda13d

%0
%27
%72
%13

Triadic Colors of #dda13d

#dda13d #3ddda1 #a13ddd

Analogous Colors of #dda13d

#dda13d #c9dd3d #dd513d

Monochromatic Colors of #dda13d

#dda13d

Complementary Color

#dda13d #3d79dd

#dda13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda13d Color CSS Codes

.mybgcolor {background-color:#dda13d; } 
.myforecolor {color:#dda13d; }
.mybordercolor {border:3px solid #dda13d; }

#dda13d Text Font Color

<p style="color:#dda13d">Text here</p>

This sample text font color is #dda13d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dda13d Background Color

<div style="background-color:#dda13d">
Div content here</div>

This div background color is #dda13d


#dda13d Border Color

<div style="border:3px solid #dda13d">
Div here</div>

This div border color is #dda13d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(221,161,61, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dda13d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dda13d;
  -webkit-box-shadow: 1px 1px 3px 2px #dda13d;
  box-shadow:         1px 1px 3px 2px #dda13d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,161,61, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dda13d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dda13d;
  -webkit-box-shadow: 1px 1px 3px 2px #dda13d;
  box-shadow:         1px 1px 3px 2px #dda13d;">
Div content here</div>

This div box has shadow with color #dda13d


Comments

No comments written yet.

Please login to write comment.