#D4D288

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

Shades of Deco #D4D288

Tints of Deco #D4D288

Color information

#D4D288 (or 0xD4D288) is unknown color: approx Deco. HEX triplet: D4, D2 and 88. RGB value is (212,210,136). Sum of RGB (Red+Green+Blue) = 212+210+136=558 (73% of max value = 765). Red value is 212 (83.20% from 255 or 37.99% from 558); Green value is 210 (82.42% from 255 or 37.63% from 558); Blue value is 136 (53.52% from 255 or 24.37% from 558); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D288 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D288 is #2B2D77. Grayscale: #CACACA. Windows color (decimal): -2829688 or 8966868. OLE color: 8966868.

HSL color Cylindrical-coordinate representation of color #D4D288: hue angle of 58.42º degrees, saturation: 0.47, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D4D288 is Cyan = 0, Magento = 0.01, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212210136-
CMYK00.010.360.17
HSL58.42º46.91%68.24%-
HSV(B)58.42º35.85%83.14%-
XYZ54.6461.8732.35-
YUV202.1690.66135.02-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.99%
GREEN value IS 210 (82.42% from 255) = 37.63%
BLUE value IS 136 (53.52% from 255) = 24.37%
R=37.99%
G=37.63%
B=24.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221013600.010.360.1758.4246.9168.24
HexD4D2880124113a2f44
Octal3243222100144217257104
Binary11010100110100101000100001100100100011110101011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D288; }

 p { color: rgb(212,210,136); }

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

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

 a { background-color: rgb(212,210,136); }

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

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

 span { border-color: rgb(212,210,136); }

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