#D4D388

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

Shades of Deco #D4D388

Tints of Deco #D4D388

Color information

#D4D388 (or 0xD4D388) is unknown color: approx Deco. HEX triplet: D4, D3 and 88. RGB value is (212,211,136). Sum of RGB (Red+Green+Blue) = 212+211+136=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 211 (82.81% from 255 or 37.75% from 559); Blue value is 136 (53.52% from 255 or 24.33% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4D388 is #2B2C77. Grayscale: #CBCBCB. Windows color (decimal): -2829432 or 8967124. OLE color: 8967124.

HSL color Cylindrical-coordinate representation of color #D4D388: hue angle of 59.21º 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 #D4D388 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB212211136-
CMYK00.000.360.17
HSL59.21º46.91%68.24%-
HSV(B)59.21º35.85%83.14%-
XYZ54.8962.3632.44-
YUV202.7590.33134.6-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 211 (82.81% from 255) = 37.75%
BLUE value IS 136 (53.52% from 255) = 24.33%
R=37.92%
G=37.75%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21221113600.000.360.1759.2146.9168.24
HexD4D3880024113b2f44
Octal3243232100044217357104
Binary11010100110100111000100000100100100011110111011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D388; }

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

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

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

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

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

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

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

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