#D8D382

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

Shades of Deco #D8D382

Tints of Deco #D8D382

Color information

#D8D382 (or 0xD8D382) is unknown color: approx Deco. HEX triplet: D8, D3 and 82. RGB value is (216,211,130). Sum of RGB (Red+Green+Blue) = 216+211+130=557 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.78% from 557); Green value is 211 (82.81% from 255 or 37.88% from 557); Blue value is 130 (51.17% from 255 or 23.34% from 557); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D382 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8D382 is #272C7D. Grayscale: #CBCBCB. Windows color (decimal): -2567294 or 8573912. OLE color: 8573912.

HSL color Cylindrical-coordinate representation of color #D8D382: hue angle of 56.51º 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 #D8D382 is Cyan = 0, Magento = 0.02, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216211130-
CMYK00.020.400.15
HSL56.51º52.44%67.84%-
HSV(B)56.51º39.81%84.71%-
XYZ55.6462.830.31-
YUV203.2686.66137.09-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.78%
GREEN value IS 211 (82.81% from 255) = 37.88%
BLUE value IS 130 (51.17% from 255) = 23.34%
R=38.78%
G=37.88%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621113000.020.400.1556.5152.4467.84
HexD8D3820228F393444
Octal3303232020250177164104
Binary11011000110100111000001001010100011111110011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D382; }

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

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

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

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

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

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

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

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