#D8D582

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

Shades of Deco #D8D582

Tints of Deco #D8D582

Color information

#D8D582 (or 0xD8D582) is unknown color: approx Deco. HEX triplet: D8, D5 and 82. RGB value is (216,213,130). Sum of RGB (Red+Green+Blue) = 216+213+130=559 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.64% from 559); Green value is 213 (83.59% from 255 or 38.10% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D582 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D582 is #272A7D. Grayscale: #CCCCCC. Windows color (decimal): -2566782 or 8574424. OLE color: 8574424.

HSL color Cylindrical-coordinate representation of color #D8D582: hue angle of 57.91º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D8D582 is Cyan = 0, Magento = 0.01, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216213130-
CMYK00.010.400.15
HSL57.91º52.44%67.84%-
HSV(B)57.91º39.81%84.71%-
XYZ56.1463.830.47-
YUV204.4485.99136.25-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.64%
GREEN value IS 213 (83.59% from 255) = 38.10%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=38.64%
G=38.10%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621313000.010.400.1557.9152.4467.84
HexD8D5820128F3a3444
Octal3303252020150177264104
Binary1101100011010101100000100110100011111110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D582

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D582; }

 p { color: rgb(216,213,130); }

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

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

 a { background-color: rgb(216,213,130); }

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

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

 span { border-color: rgb(216,213,130); }

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