color codes Logo

#ddd812 color codes

#DDD812
(221,216,18)
0 Favorites   0 Comments

Color spaces of #ddd812

RGB 22121618
HSL0.160.850.47
HSV59°92°87°
CMYK 0.000.020.92   0.13
XYZ54.483864.527610.1557
Yxy64.52760.42180.4996
Hunter Lab80.3291-19.506948.7345
CIE-Lab84.2397-16.718982.1258

#ddd812 color RGB value is (221,216,18).

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

The process color (four color CMYK) of #ddd812 color code is 0.00, 0.02, 0.92, 0.13. Web safe color of #ddd812 is #cccc00. Color #ddd812 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11011000 00010010
Octal 335 330 22
Decimal 221 216 18
Hex DD D8 12

RGB Percentages of Color #ddd812

%48.57
%47.47
%3.96

CMYK Percentages of Color #ddd812

%0
%2
%92
%13

Triadic Colors of #ddd812

#ddd812 #12ddd8 #d812dd

Analogous Colors of #ddd812

#ddd812 #7ddd12 #dd7312

Monochromatic Colors of #ddd812

#ddd812

Complementary Color

#ddd812 #1217dd

#ddd812 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddd812 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddd812 Color CSS Codes

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

#ddd812 Text Font Color

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

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


#ddd812 Background Color

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

This div background color is #ddd812


#ddd812 Border Color

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

This div border color is #ddd812


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddd812


Comments

No comments written yet.

Please login to write comment.