Color Hex Logo

#ddb76b Color Hex

#DDB76B
(221,183,107)
0 Favorites   0 Comments

Color spaces of #ddb76b

RGB 221183107
HSL0.110.630.64
HSV40°52°87°
CMYK 0.000.170.52   0.13
XYZ49.406150.300721.0149
Yxy50.30070.40930.4167
Hunter Lab70.92300.230832.0781
CIE-Lab76.25354.378643.4769

#ddb76b color RGB value is (221,183,107).

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

The process color (four color CMYK) of #ddb76b color hex is 0.00, 0.17, 0.52, 0.13. Web safe color of #ddb76b is #cccc66. Color #ddb76b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110111 01101011
Octal 335 267 153
Decimal 221 183 107
Hex DD B7 6B

RGB Percentages of Color #ddb76b

%43.25
%35.81
%20.94

CMYK Percentages of Color #ddb76b

%0
%17
%52
%13

Triadic Colors of #ddb76b

#ddb76b #6bddb7 #b76bdd

Analogous Colors of #ddb76b

#ddb76b #cadd6b #dd7e6b

Monochromatic Colors of #ddb76b

#ddb76b

Complementary Color

#ddb76b #6b91dd

#ddb76b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb76b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb76b Color CSS Codes

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

#ddb76b Text Font Color

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

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


#ddb76b Background Color

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

This div background color is #ddb76b


#ddb76b Border Color

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

This div border color is #ddb76b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb76b


Comments

No comments written yet.

Please login to write comment.