#D2D990

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

Shades of Deco #D2D990

Tints of Deco #D2D990

Color information

#D2D990 (or 0xD2D990) is unknown color: approx Deco. HEX triplet: D2, D9 and 90. RGB value is (210,217,144). Sum of RGB (Red+Green+Blue) = 210+217+144=571 (75% of max value = 765). Red value is 210 (82.42% from 255 or 36.78% from 571); Green value is 217 (85.16% from 255 or 38.00% from 571); Blue value is 144 (56.64% from 255 or 25.22% from 571); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D990 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D2D990 is #2D266F. Grayscale: #CECECE. Windows color (decimal): -2958960 or 9492946. OLE color: 9492946.

HSL color Cylindrical-coordinate representation of color #D2D990: hue angle of 65.75º degrees, saturation: 0.49, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D2D990 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB210217144-
CMYK0.0300.340.15
HSL65.75º48.99%70.78%-
HSV(B)65.75º33.64%85.1%-
XYZ56.4365.3436.02-
YUV206.5892.68130.44-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 36.78%
GREEN value IS 217 (85.16% from 255) = 38.00%
BLUE value IS 144 (56.64% from 255) = 25.22%
R=36.78%
G=38.00%
B=25.22%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2102171440.0300.340.1565.7548.9970.78
HexD2D9903022F423147
Octal32233122030421710261107
Binary110100101101100110010000110100010111110000101100011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D990; }

 p { color: rgb(210,217,144); }

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

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

 a { background-color: rgb(210,217,144); }

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

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

 span { border-color: rgb(210,217,144); }

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