#D8D583

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

Shades of Deco #D8D583

Tints of Deco #D8D583

Color information

#D8D583 (or 0xD8D583) is unknown color: approx Deco. HEX triplet: D8, D5 and 83. RGB value is (216,213,131). Sum of RGB (Red+Green+Blue) = 216+213+131=560 (74% of max value = 765). Red value is 216 (84.77% from 255 or 38.57% from 560); Green value is 213 (83.59% from 255 or 38.04% from 560); Blue value is 131 (51.56% from 255 or 23.39% from 560); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D583 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D583 is #272A7C. Grayscale: #CCCCCC. Windows color (decimal): -2566781 or 8639960. OLE color: 8639960.

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

Color convert

RGB216213131-
CMYK00.010.390.15
HSL57.88º52.15%68.04%-
HSV(B)57.88º39.35%84.71%-
XYZ56.2163.8330.83-
YUV204.5586.49136.17-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.57%
GREEN value IS 213 (83.59% from 255) = 38.04%
BLUE value IS 131 (51.56% from 255) = 23.39%
R=38.57%
G=38.04%
B=23.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621313100.010.390.1557.8852.1568.04
HexD8D5830127F3a3444
Octal3303252030147177264104
Binary1101100011010101100000110110011111111110101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D583; }

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

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

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

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

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

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

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

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