Color Hex Logo

#dda27b Color Hex

#DDA27B
(221,162,123)
0 Favorites   0 Comments

Color spaces of #dda27b

RGB 221162123
HSL0.070.590.67
HSV24°44°87°
CMYK 0.000.270.44   0.13
XYZ46.314342.642924.5288
Yxy42.64290.40810.3758
Hunter Lab65.301512.321223.4403
CIE-Lab71.311917.110928.8439

#dda27b color RGB value is (221,162,123).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10100010 01111011
Octal 335 242 173
Decimal 221 162 123
Hex DD A2 7B

RGB Percentages of Color #dda27b

%43.68
%32.02
%24.31

CMYK Percentages of Color #dda27b

%0
%27
%44
%13

Triadic Colors of #dda27b

#dda27b #7bdda2 #a27bdd

Analogous Colors of #dda27b

#dda27b #ddd37b #dd7b85

Monochromatic Colors of #dda27b

#dda27b

Complementary Color

#dda27b #7bb6dd

#dda27b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dda27b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dda27b Color CSS Codes

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

#dda27b Text Font Color

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

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


#dda27b Background Color

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

This div background color is #dda27b


#dda27b Border Color

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

This div border color is #dda27b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,162,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 #dda27b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dda27b


Comments

No comments written yet.

Please login to write comment.