Color Hex Logo

#ddd851 Color Hex

#DDD851
(221,216,81)
0 Favorites   0 Comments

Color spaces of #ddd851

RGB 22121681
HSL0.160.670.59
HSV58°63°87°
CMYK 0.000.020.63   0.13
XYZ55.859965.078017.4018
Yxy65.07800.40380.4704
Hunter Lab80.6709-17.573343.6800
CIE-Lab84.5239-14.476164.7809

#ddd851 color RGB value is (221,216,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 01010001
Octal 335 330 121
Decimal 221 216 81
Hex DD D8 51

RGB Percentages of Color #ddd851

%42.66
%41.70
%15.64

CMYK Percentages of Color #ddd851

%0
%2
%63
%13

Triadic Colors of #ddd851

#ddd851 #51ddd8 #d851dd

Analogous Colors of #ddd851

#ddd851 #9cdd51 #dd9251

Monochromatic Colors of #ddd851

#ddd851

Complementary Color

#ddd851 #5156dd

#ddd851 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd851 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd851 Color CSS Codes

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

#ddd851 Text Font Color

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

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


#ddd851 Background Color

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

This div background color is #ddd851


#ddd851 Border Color

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

This div border color is #ddd851


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd851


Comments

No comments written yet.

Please login to write comment.