Color Hex Logo

#dda14b Color Hex

#DDA14B
(221,161,75)
0 Favorites   0 Comments

Color spaces of #dda14b

RGB 22116175
HSL0.100.680.58
HSV35°66°87°
CMYK 0.000.270.66   0.13
XYZ43.833741.369912.3315
Yxy41.36990.44940.4242
Hunter Lab64.31949.088733.6564
CIE-Lab70.434313.740052.2603

#dda14b color RGB value is (221,161,75).

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

The process color (four color CMYK) of #dda14b color hex is 0.00, 0.27, 0.66, 0.13. Web safe color of #dda14b is #cc9933. Color #dda14b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100001 01001011
Octal 335 241 113
Decimal 221 161 75
Hex DD A1 4B

RGB Percentages of Color #dda14b

%48.36
%35.23
%16.41

CMYK Percentages of Color #dda14b

%0
%27
%66
%13

Triadic Colors of #dda14b

#dda14b #4bdda1 #a14bdd

Analogous Colors of #dda14b

#dda14b #d0dd4b #dd584b

Monochromatic Colors of #dda14b

#dda14b

Complementary Color

#dda14b #4b87dd

#dda14b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda14b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda14b Color CSS Codes

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

#dda14b Text Font Color

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

This sample text font color is #dda14b
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.


#dda14b Background Color

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

This div background color is #dda14b


#dda14b Border Color

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

This div border color is #dda14b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda14b


Comments

No comments written yet.

Please login to write comment.