Color Hex Logo

#ddd867 Color Hex

#DDD867
(221,216,103)
0 Favorites   0 Comments

Color spaces of #ddd867

RGB 221216103
HSL0.160.630.64
HSV57°53°87°
CMYK 0.000.020.53   0.13
XYZ56.822865.463222.4727
Yxy65.46320.39250.4522
Hunter Lab80.9093-16.230440.1686
CIE-Lab84.7219-12.936555.4645

#ddd867 color RGB value is (221,216,103).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01100111
Octal 335 330 147
Decimal 221 216 103
Hex DD D8 67

RGB Percentages of Color #ddd867

%40.93
%40.00
%19.07

CMYK Percentages of Color #ddd867

%0
%2
%53
%13

Triadic Colors of #ddd867

#ddd867 #67ddd8 #d867dd

Analogous Colors of #ddd867

#ddd867 #a7dd67 #dd9d67

Monochromatic Colors of #ddd867

#ddd867

Complementary Color

#ddd867 #676cdd

#ddd867 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd867 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd867 Color CSS Codes

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

#ddd867 Text Font Color

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

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


#ddd867 Background Color

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

This div background color is #ddd867


#ddd867 Border Color

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

This div border color is #ddd867


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd867


Comments

No comments written yet.

Please login to write comment.