#D5D282

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

Shades of Deco #D5D282

Tints of Deco #D5D282

Color information

#D5D282 (or 0xD5D282) is unknown color: approx Deco. HEX triplet: D5, D2 and 82. RGB value is (213,210,130). Sum of RGB (Red+Green+Blue) = 213+210+130=553 (73% of max value = 765). Red value is 213 (83.59% from 255 or 38.52% from 553); Green value is 210 (82.42% from 255 or 37.97% from 553); Blue value is 130 (51.17% from 255 or 23.51% from 553); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D282 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5D282 is #2A2D7D. Grayscale: #CACACA. Windows color (decimal): -2764158 or 8573653. OLE color: 8573653.

HSL color Cylindrical-coordinate representation of color #D5D282: hue angle of 57.83º degrees, saturation: 0.5, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D5D282 is Cyan = 0, Magento = 0.01, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB213210130-
CMYK00.010.390.16
HSL57.83º49.7%67.25%-
HSV(B)57.83º38.97%83.53%-
XYZ54.5261.8530.18-
YUV201.7887.49136-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 38.52%
GREEN value IS 210 (82.42% from 255) = 37.97%
BLUE value IS 130 (51.17% from 255) = 23.51%
R=38.52%
G=37.97%
B=23.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21321013000.010.390.1657.8349.767.25
HexD5D2820127103a3243
Octal3253222020147207262103
Binary11010101110100101000001001100111100001110101100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D282

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D282; }

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

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

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

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

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

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

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

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