#D7C283

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

Shades of Zombie #D7C283

Tints of Zombie #D7C283

Color information

#D7C283 (or 0xD7C283) is unknown color: approx Zombie. HEX triplet: D7, C2 and 83. RGB value is (215,194,131). Sum of RGB (Red+Green+Blue) = 215+194+131=540 (71% of max value = 765). Red value is 215 (84.38% from 255 or 39.81% from 540); Green value is 194 (76.17% from 255 or 35.93% from 540); Blue value is 131 (51.56% from 255 or 24.26% from 540); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C283 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C283 is #283D7C. Grayscale: #C1C1C1. Windows color (decimal): -2637181 or 8635095. OLE color: 8635095.

HSL color Cylindrical-coordinate representation of color #D7C283: hue angle of 45º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D7C283 is Cyan = 0, Magento = 0.10, Yellow = 0.39 and Black (K on CMYK) = 0.16.

Color convert

RGB215194131-
CMYK00.100.390.16
HSL45º51.22%67.84%-
HSV(B)45º39.07%84.31%-
XYZ51.4154.6729.32-
YUV193.192.96143.62-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 39.81%
GREEN value IS 194 (76.17% from 255) = 35.93%
BLUE value IS 131 (51.56% from 255) = 24.26%
R=39.81%
G=35.93%
B=24.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.39
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21519413100.100.390.164551.2267.84
HexD7C2830A27102d3344
Octal32730220301247205563104
Binary11010111110000101000001101010100111100001011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7C283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7C283; }

 p { color: rgb(215,194,131); }

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

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

 a { background-color: rgb(215,194,131); }

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

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

 span { border-color: rgb(215,194,131); }

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