Color Hex Logo

#ddb67b Color Hex

#DDB67B
(221,182,123)
0 Favorites   0 Comments

Color spaces of #ddb67b

RGB 221182123
HSL0.100.590.67
HSV36°44°87°
CMYK 0.000.180.44   0.13
XYZ50.121950.258125.7980
Yxy50.25810.39720.3983
Hunter Lab70.89292.138328.0494
CIE-Lab76.22746.423135.2551

#ddb67b color RGB value is (221,182,123).

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

The process color (four color CMYK) of #ddb67b color hex is 0.00, 0.18, 0.44, 0.13. Web safe color of #ddb67b is #cccc66. Color #ddb67b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110110 01111011
Octal 335 266 173
Decimal 221 182 123
Hex DD B6 7B

RGB Percentages of Color #ddb67b

%42.02
%34.60
%23.38

CMYK Percentages of Color #ddb67b

%0
%18
%44
%13

Triadic Colors of #ddb67b

#ddb67b #7bddb6 #b67bdd

Analogous Colors of #ddb67b

#ddb67b #d3dd7b #dd857b

Monochromatic Colors of #ddb67b

#ddb67b

Complementary Color

#ddb67b #7ba2dd

#ddb67b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb67b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb67b Color CSS Codes

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

#ddb67b Text Font Color

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

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


#ddb67b Background Color

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

This div background color is #ddb67b


#ddb67b Border Color

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

This div border color is #ddb67b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb67b


Comments

No comments written yet.

Please login to write comment.