Color Hex Logo

#dda67b Color Hex

#DDA67B
(221,166,123)
0 Favorites   0 Comments

Color spaces of #dda67b

RGB 221166123
HSL0.070.590.67
HSV26°44°87°
CMYK 0.000.250.44   0.13
XYZ47.030244.074624.7674
Yxy44.07460.40590.3804
Hunter Lab66.388710.270424.3530
CIE-Lab72.278314.962330.1168

#dda67b color RGB value is (221,166,123).

#dda67b hex color red value is 221, green value is 166 and the blue value of its RGB is 123. Cylindrical-coordinate representations (also known as HSL) of color #dda67b hue: 0.07 , saturation: 0.59 and the lightness value of dda67b is 0.67.

The process color (four color CMYK) of #dda67b color hex is 0.00, 0.25, 0.44, 0.13. Web safe color of #dda67b is #cc9966. Color #dda67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100110 01111011
Octal 335 246 173
Decimal 221 166 123
Hex DD A6 7B

RGB Percentages of Color #dda67b

%43.33
%32.55
%24.12

CMYK Percentages of Color #dda67b

%0
%25
%44
%13

Triadic Colors of #dda67b

#dda67b #7bdda6 #a67bdd

Analogous Colors of #dda67b

#dda67b #ddd77b #dd7b81

Monochromatic Colors of #dda67b

#dda67b

Complementary Color

#dda67b #7bb2dd

#dda67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda67b Color CSS Codes

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

#dda67b Text Font Color

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

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


#dda67b Background Color

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

This div background color is #dda67b


#dda67b Border Color

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

This div border color is #dda67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda67b


Comments

No comments written yet.

Please login to write comment.