#DEAF95

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

Shades of Pancho #DEAF95

Tints of Pancho #DEAF95

Color information

#DEAF95 (or 0xDEAF95) is unknown color: approx Pancho. HEX triplet: DE, AF and 95. RGB value is (222,175,149). Sum of RGB (Red+Green+Blue) = 222+175+149=546 (72% of max value = 765). Red value is 222 (87.11% from 255 or 40.66% from 546); Green value is 175 (68.75% from 255 or 32.05% from 546); Blue value is 149 (58.59% from 255 or 27.29% from 546); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEAF95 is #21506A. Grayscale: #BABABA. Windows color (decimal): -2183275 or 9809886. OLE color: 9809886.

HSL color Cylindrical-coordinate representation of color #DEAF95: hue angle of 21.37º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DEAF95 is Cyan = 0, Magento = 0.21, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB222175149-
CMYK00.210.330.13
HSL21.37º52.52%72.75%-
HSV(B)21.37º32.88%87.06%-
XYZ50.8848.3635.09-
YUV186.09107.07153.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 40.66%
GREEN value IS 175 (68.75% from 255) = 32.05%
BLUE value IS 149 (58.59% from 255) = 27.29%
R=40.66%
G=32.05%
B=27.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22217514900.210.330.1321.3752.5272.75
HexDEAF9501521D153549
Octal33625722502541152565111
Binary1101111010101111100101010101011000011101101011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEAF95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEAF95; }

 p { color: rgb(222,175,149); }

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

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

 a { background-color: rgb(222,175,149); }

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

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

 span { border-color: rgb(222,175,149); }

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