#D7D382

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

Shades of Deco #D7D382

Tints of Deco #D7D382

Color information

#D7D382 (or 0xD7D382) is unknown color: approx Deco. HEX triplet: D7, D3 and 82. RGB value is (215,211,130). Sum of RGB (Red+Green+Blue) = 215+211+130=556 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.67% from 556); Green value is 211 (82.81% from 255 or 37.95% from 556); Blue value is 130 (51.17% from 255 or 23.38% from 556); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D382 is #282C7D. Grayscale: #CBCBCB. Windows color (decimal): -2632830 or 8573911. OLE color: 8573911.

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

Color convert

RGB215211130-
CMYK00.020.400.16
HSL57.18º51.52%67.65%-
HSV(B)57.18º39.53%84.31%-
XYZ55.3562.6530.29-
YUV202.9686.83136.59-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.67%
GREEN value IS 211 (82.81% from 255) = 37.95%
BLUE value IS 130 (51.17% from 255) = 23.38%
R=38.67%
G=37.95%
B=23.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521113000.020.400.1657.1851.5267.65
HexD7D382022810393444
Octal3273232020250207164104
Binary110101111101001110000010010101000100001110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D382; }

 p { color: rgb(215,211,130); }

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

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

 a { background-color: rgb(215,211,130); }

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

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

 span { border-color: rgb(215,211,130); }

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