#D7D381

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

Shades of Deco #D7D381

Tints of Deco #D7D381

Color information

#D7D381 (or 0xD7D381) is unknown color: approx Deco. HEX triplet: D7, D3 and 81. RGB value is (215,211,129). Sum of RGB (Red+Green+Blue) = 215+211+129=555 (73% of max value = 765). Red value is 215 (84.38% from 255 or 38.74% from 555); Green value is 211 (82.81% from 255 or 38.02% from 555); Blue value is 129 (50.78% from 255 or 23.24% from 555); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D381 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7D381 is #282C7E. Grayscale: #CBCBCB. Windows color (decimal): -2632831 or 8508375. OLE color: 8508375.

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

Color convert

RGB215211129-
CMYK00.020.40.16
HSL57.21º51.81%67.45%-
HSV(B)57.21º40%84.31%-
XYZ55.2862.6229.94-
YUV202.8586.33136.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 38.74%
GREEN value IS 211 (82.81% from 255) = 38.02%
BLUE value IS 129 (50.78% from 255) = 23.24%
R=38.74%
G=38.02%
B=23.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.4
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21521112900.020.40.1657.2151.8167.45
HexD7D381022810393443
Octal3273232010250207164103
Binary110101111101001110000001010101000100001110011101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7D381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7D381; }

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

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

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

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

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

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

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

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