Color Hex Logo

#ddb16b Color Hex

#DDB16B
(221,177,107)
0 Favorites   0 Comments

Color spaces of #ddb16b

RGB 221177107
HSL0.100.630.64
HSV37°52°87°
CMYK 0.000.200.52   0.13
XYZ48.194847.878020.6112
Yxy47.87800.41300.4103
Hunter Lab69.19393.239030.7747
CIE-Lab74.74797.555341.6260

#ddb16b color RGB value is (221,177,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01101011
Octal 335 261 153
Decimal 221 177 107
Hex DD B1 6B

RGB Percentages of Color #ddb16b

%43.76
%35.05
%21.19

CMYK Percentages of Color #ddb16b

%0
%20
%52
%13

Triadic Colors of #ddb16b

#ddb16b #6bddb1 #b16bdd

Analogous Colors of #ddb16b

#ddb16b #d0dd6b #dd786b

Monochromatic Colors of #ddb16b

#ddb16b

Complementary Color

#ddb16b #6b97dd

#ddb16b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb16b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb16b Color CSS Codes

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

#ddb16b Text Font Color

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

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


#ddb16b Background Color

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

This div background color is #ddb16b


#ddb16b Border Color

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

This div border color is #ddb16b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb16b

#ddb16b Color Palettes


Comments

No comments written yet.

Please login to write comment.