#D8D580

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

Shades of Deco #D8D580

Tints of Deco #D8D580

Color information

#D8D580 (or 0xD8D580) is unknown color: approx Deco. HEX triplet: D8, D5 and 80. RGB value is (216,213,128). Sum of RGB (Red+Green+Blue) = 216+213+128=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 213 (83.59% from 255 or 38.24% from 557); Blue value is 128 (50.39% from 255 or 22.98% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D580 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D580 is #272A7F. Grayscale: #CCCCCC. Windows color (decimal): -2566784 or 8443352. OLE color: 8443352.

HSL color Cylindrical-coordinate representation of color #D8D580: hue angle of 57.95º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D8D580 is Cyan = 0, Magento = 0.01, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216213128-
CMYK00.010.410.15
HSL57.95º53.01%67.45%-
HSV(B)57.95º40.74%84.71%-
XYZ56.0163.7529.77-
YUV204.2184.99136.41-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 213 (83.59% from 255) = 38.24%
BLUE value IS 128 (50.39% from 255) = 22.98%
R=38.78%
G=38.24%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621312800.010.410.1557.9553.0167.45
HexD8D5800129F3a3543
Octal3303252000151177265103
Binary1101100011010101100000000110100111111110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D580; }

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

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

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

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

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

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

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

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