#D7D682

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

Shades of Deco #D7D682

Tints of Deco #D7D682

Color information

#D7D682 (or 0xD7D682) is unknown color: approx Deco. HEX triplet: D7, D6 and 82. RGB value is (215,214,130). Sum of RGB (Red+Green+Blue) = 215+214+130=559 (74% of max value = 765). Red value is 215 (84.38% from 255 or 38.46% from 559); Green value is 214 (83.98% from 255 or 38.28% from 559); Blue value is 130 (51.17% from 255 or 23.26% from 559); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D682 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D682 is #28297D. Grayscale: #CDCDCD. Windows color (decimal): -2632062 or 8574679. OLE color: 8574679.

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

Color convert

RGB215214130-
CMYK00.000.400.16
HSL59.29º51.52%67.65%-
HSV(B)59.29º39.53%84.31%-
XYZ56.164.1530.54-
YUV204.7285.83135.33-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.46%
GREEN value IS 214 (83.98% from 255) = 38.28%
BLUE value IS 130 (51.17% from 255) = 23.26%
R=38.46%
G=38.28%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521413000.000.400.1659.2951.5267.65
HexD7D6820028103b3444
Octal3273262020050207364104
Binary11010111110101101000001000101000100001110111101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D682; }

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

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

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

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

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

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

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

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