#D0DD7C

Color #D0DD7C Deco (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deco #D0DD7C

Tints of Deco #D0DD7C

Color information

#D0DD7C (or 0xD0DD7C) is unknown color: approx Deco. HEX triplet: D0, DD and 7C. RGB value is (208,221,124). Sum of RGB (Red+Green+Blue) = 208+221+124=553 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.61% from 553); Green value is 221 (86.72% from 255 or 39.96% from 553); Blue value is 124 (48.83% from 255 or 22.42% from 553); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DD7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DD7C is #2F2283. Grayscale: #CECECE. Windows color (decimal): -3089028 or 8183248. OLE color: 8183248.

HSL color Cylindrical-coordinate representation of color #D0DD7C: hue angle of 68.04º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D0DD7C is Cyan = 0.06, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB208221124-
CMYK0.0600.440.13
HSL68.04º58.79%67.65%-
HSV(B)68.04º43.89%86.67%-
XYZ55.5166.5828.99-
YUV206.0681.69129.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 208 (81.64% from 255) = 37.61%
GREEN value IS 221 (86.72% from 255) = 39.96%
BLUE value IS 124 (48.83% from 255) = 22.42%
R=37.61%
G=39.96%
B=22.42%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211240.0600.440.1368.0458.7967.65
HexD0DD7C602CD443b44
Octal32033517460541510473104
Binary110100001101110111111001100101100110110001001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DD7C; }

 p { color: rgb(208,221,124); }

 H1.HeaderClassName
 {
   color: #D0DD7C;
 }
 .AnyTagClassName
 {
   color: #D0DD7C;
 }
</style>
background-color css

<style>
 a { background-color: #D0DD7C; }

 a { background-color: rgb(208,221,124); }

 div.DivClassName
 {
   background-color: #D0DD7C;
 }
 .BgClassName
 {
   background-color: #D0DD7C;
 }
</style>
border-color css

<style>
 span { border-color: #D0DD7C; }

 span { border-color: rgb(208,221,124); }

 td.TdClassName
 {
   border-color: #D0DD7C;
 }
 .TagClassName
 {
   border-color: #D0DD7C;
 }
</style>