#D7D681

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

Shades of Deco #D7D681

Tints of Deco #D7D681

Color information

#D7D681 (or 0xD7D681) is unknown color: approx Deco. HEX triplet: D7, D6 and 81. RGB value is (215,214,129). Sum of RGB (Red+Green+Blue) = 215+214+129=558 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.53% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D681 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D681 is #28297E. Grayscale: #CCCCCC. Windows color (decimal): -2632063 or 8509143. OLE color: 8509143.

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

Color convert

RGB215214129-
CMYK00.000.40.16
HSL59.3º51.81%67.45%-
HSV(B)59.3º40%84.31%-
XYZ56.0364.1330.19-
YUV204.6185.33135.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.53%
GREEN value IS 214 (83.98% from 255) = 38.35%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=38.53%
G=38.35%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521412900.000.40.1659.351.8167.45
HexD7D6810028103b3443
Octal3273262010050207364103
Binary11010111110101101000000100101000100001110111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D681; }

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

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

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

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

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

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

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

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