#DCAF93

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

Shades of Pancho #DCAF93

Tints of Pancho #DCAF93

Color information

#DCAF93 (or 0xDCAF93) is unknown color: approx Pancho. HEX triplet: DC, AF and 93. RGB value is (220,175,147). Sum of RGB (Red+Green+Blue) = 220+175+147=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 147 (57.81% from 255 or 27.12% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAF93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAF93 is #23506C. Grayscale: #B9B9B9. Windows color (decimal): -2314349 or 9678812. OLE color: 9678812.

HSL color Cylindrical-coordinate representation of color #DCAF93: hue angle of 23.01º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCAF93 is Cyan = 0, Magento = 0.20, Yellow = 0.33 and Black (K on CMYK) = 0.14.

Color convert

RGB220175147-
CMYK00.200.330.14
HSL23.01º51.05%71.96%-
HSV(B)23.01º33.18%86.27%-
XYZ50.1147.9834.22-
YUV185.26106.41152.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.59%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 147 (57.81% from 255) = 27.12%
R=40.59%
G=32.29%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.33
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017514700.200.330.1423.0151.0571.96
HexDCAF9301421E173348
Octal33425722302441162763110
Binary1101110010101111100100110101001000011110101111100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAF93; }

 p { color: rgb(220,175,147); }

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

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

 a { background-color: rgb(220,175,147); }

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

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

 span { border-color: rgb(220,175,147); }

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