#D6D588

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

Shades of Deco #D6D588

Tints of Deco #D6D588

Color information

#D6D588 (or 0xD6D588) is unknown color: approx Deco. HEX triplet: D6, D5 and 88. RGB value is (214,213,136). Sum of RGB (Red+Green+Blue) = 214+213+136=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 213 (83.59% from 255 or 37.83% from 563); Blue value is 136 (53.52% from 255 or 24.16% from 563); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D588 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6D588 is #292A77. Grayscale: #CCCCCC. Windows color (decimal): -2697848 or 8967638. OLE color: 8967638.

HSL color Cylindrical-coordinate representation of color #D6D588: hue angle of 59.23º degrees, saturation: 0.49, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D6D588 is Cyan = 0, Magento = 0.00, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB214213136-
CMYK00.000.360.16
HSL59.23º48.75%68.63%-
HSV(B)59.23º36.45%83.92%-
XYZ55.9763.6632.63-
YUV204.5289.33134.76-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.01%
GREEN value IS 213 (83.59% from 255) = 37.83%
BLUE value IS 136 (53.52% from 255) = 24.16%
R=38.01%
G=37.83%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21421313600.000.360.1659.2348.7568.63
HexD6D5880024103b3145
Octal3263252100044207361105
Binary11010110110101011000100000100100100001110111100011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6D588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6D588; }

 p { color: rgb(214,213,136); }

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

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

 a { background-color: rgb(214,213,136); }

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

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

 span { border-color: rgb(214,213,136); }

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