#D2DE7D

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

Shades of Deco #D2DE7D

Tints of Deco #D2DE7D

Color information

#D2DE7D (or 0xD2DE7D) is unknown color: approx Deco. HEX triplet: D2, DE and 7D. RGB value is (210,222,125). Sum of RGB (Red+Green+Blue) = 210+222+125=557 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.70% from 557); Green value is 222 (87.11% from 255 or 39.86% from 557); Blue value is 125 (49.22% from 255 or 22.44% from 557); Max value from RGB is 222 - color contains mainly: green. Hex color #D2DE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2DE7D is #2D2182. Grayscale: #CFCFCF. Windows color (decimal): -2957699 or 8249042. OLE color: 8249042.

HSL color Cylindrical-coordinate representation of color #D2DE7D: hue angle of 67.42º degrees, saturation: 0.6, 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 #D2DE7D is Cyan = 0.05, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB210222125-
CMYK0.0500.440.13
HSL67.42º59.51%68.04%-
HSV(B)67.42º43.69%87.06%-
XYZ56.467.4229.44-
YUV207.3581.52129.89-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.70%
GREEN value IS 222 (87.11% from 255) = 39.86%
BLUE value IS 125 (49.22% from 255) = 22.44%
R=37.70%
G=39.86%
B=22.44%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2102221250.0500.440.1367.4259.5168.04
HexD2DE7D502CD433c44
Octal32233617550541510374104
Binary110100101101111011111011010101100110110000111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DE7D; }

 p { color: rgb(210,222,125); }

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

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

 a { background-color: rgb(210,222,125); }

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

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

 span { border-color: rgb(210,222,125); }

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