Color Hex Logo

#ddb167 Color Hex

#DDB167
(221,177,103)
0 Favorites   0 Comments

Color spaces of #ddb167

RGB 221177103
HSL0.100.630.64
HSV38°53°87°
CMYK 0.000.200.53   0.13
XYZ47.989147.795719.5282
Yxy47.79570.41620.4145
Hunter Lab69.13442.919031.6466
CIE-Lab74.69597.211543.5839

#ddb167 color RGB value is (221,177,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 10110001 01100111
Octal 335 261 147
Decimal 221 177 103
Hex DD B1 67

RGB Percentages of Color #ddb167

%44.11
%35.33
%20.56

CMYK Percentages of Color #ddb167

%0
%20
%53
%13

Triadic Colors of #ddb167

#ddb167 #67ddb1 #b167dd

Analogous Colors of #ddb167

#ddb167 #cedd67 #dd7667

Monochromatic Colors of #ddb167

#ddb167

Complementary Color

#ddb167 #6793dd

#ddb167 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddb167 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddb167 Color CSS Codes

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

#ddb167 Text Font Color

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

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


#ddb167 Background Color

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

This div background color is #ddb167


#ddb167 Border Color

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

This div border color is #ddb167


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddb167


Comments

No comments written yet.

Please login to write comment.