Color Hex Logo

#ddb06b Color Hex

#DDB06B
(221,176,107)
0 Favorites   0 Comments

Color spaces of #ddb06b

RGB 221176107
HSL0.100.630.64
HSV36°52°87°
CMYK 0.000.200.52   0.13
XYZ47.998047.484420.5455
Yxy47.48440.41370.4092
Hunter Lab68.90893.742230.5587
CIE-Lab74.49868.086741.3182

#ddb06b color RGB value is (221,176,107).

#ddb06b hex color red value is 221, green value is 176 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #ddb06b hue: 0.10 , saturation: 0.63 and the lightness value of ddb06b is 0.64.

The process color (four color CMYK) of #ddb06b color hex is 0.00, 0.20, 0.52, 0.13. Web safe color of #ddb06b is #cc9966. Color #ddb06b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110000 01101011
Octal 335 260 153
Decimal 221 176 107
Hex DD B0 6B

RGB Percentages of Color #ddb06b

%43.85
%34.92
%21.23

CMYK Percentages of Color #ddb06b

%0
%20
%52
%13

Triadic Colors of #ddb06b

#ddb06b #6bddb0 #b06bdd

Analogous Colors of #ddb06b

#ddb06b #d1dd6b #dd776b

Monochromatic Colors of #ddb06b

#ddb06b

Complementary Color

#ddb06b #6b98dd

#ddb06b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb06b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb06b Color CSS Codes

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

#ddb06b Text Font Color

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

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


#ddb06b Background Color

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

This div background color is #ddb06b


#ddb06b Border Color

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

This div border color is #ddb06b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb06b


Comments

No comments written yet.

Please login to write comment.