Color Hex Logo

#ddb867 Color Hex

#DDB867
(221,184,103)
0 Favorites   0 Comments

Color spaces of #ddb867

RGB 221184103
HSL0.110.630.64
HSV41°53°87°
CMYK 0.000.170.53   0.13
XYZ49.407550.632420.0009
Yxy50.63240.41160.4218
Hunter Lab71.1564-0.582333.1441
CIE-Lab76.45583.510345.7154

#ddb867 color RGB value is (221,184,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10111000 01100111
Octal 335 270 147
Decimal 221 184 103
Hex DD B8 67

RGB Percentages of Color #ddb867

%43.50
%36.22
%20.28

CMYK Percentages of Color #ddb867

%0
%17
%53
%13

Triadic Colors of #ddb867

#ddb867 #67ddb8 #b867dd

Analogous Colors of #ddb867

#ddb867 #c7dd67 #dd7d67

Monochromatic Colors of #ddb867

#ddb867

Complementary Color

#ddb867 #678cdd

#ddb867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb867 Color CSS Codes

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

#ddb867 Text Font Color

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

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


#ddb867 Background Color

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

This div background color is #ddb867


#ddb867 Border Color

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

This div border color is #ddb867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb867

#ddb867 Color Palettes


Comments

No comments written yet.

Please login to write comment.