#DFC685

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

Shades of Zombie #DFC685

Tints of Zombie #DFC685

Color information

#DFC685 (or 0xDFC685) is unknown color: approx Zombie. HEX triplet: DF, C6 and 85. RGB value is (223,198,133). Sum of RGB (Red+Green+Blue) = 223+198+133=554 (73% of max value = 765). Red value is 223 (87.5% from 255 or 40.25% from 554); Green value is 198 (77.73% from 255 or 35.74% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 223 - color contains mainly: red. Hex color #DFC685 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFC685 is #20397A. Grayscale: #C6C6C6. Windows color (decimal): -2111867 or 8767199. OLE color: 8767199.

HSL color Cylindrical-coordinate representation of color #DFC685: hue angle of 43.33º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DFC685 is Cyan = 0, Magento = 0.11, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223198133-
CMYK00.110.400.13
HSL43.33º58.44%69.8%-
HSV(B)43.33º40.36%87.45%-
XYZ54.8657.7730.45-
YUV198.0691.28145.79-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 40.25%
GREEN value IS 198 (77.73% from 255) = 35.74%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=40.25%
G=35.74%
B=24.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22319813300.110.400.1343.3358.4469.8
HexDFC6850B28D2b3a46
Octal33730620501350155372106
Binary1101111111000110100001010101110100011011010111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFC685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFC685; }

 p { color: rgb(223,198,133); }

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

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

 a { background-color: rgb(223,198,133); }

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

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

 span { border-color: rgb(223,198,133); }

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