#DDAF92

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

Shades of Pancho #DDAF92

Tints of Pancho #DDAF92

Color information

#DDAF92 (or 0xDDAF92) is unknown color: approx Pancho. HEX triplet: DD, AF and 92. RGB value is (221,175,146). Sum of RGB (Red+Green+Blue) = 221+175+146=542 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.77% from 542); Green value is 175 (68.75% from 255 or 32.29% from 542); Blue value is 146 (57.42% from 255 or 26.94% from 542); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF92 is #22506D. Grayscale: #B9B9B9. Windows color (decimal): -2248814 or 9613277. OLE color: 9613277.

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

Color convert

RGB221175146-
CMYK00.210.340.13
HSL23.2º52.45%71.96%-
HSV(B)23.2º33.94%86.67%-
XYZ50.3448.1133.83-
YUV185.45105.74153.36-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.77%
GREEN value IS 175 (68.75% from 255) = 32.29%
BLUE value IS 146 (57.42% from 255) = 26.94%
R=40.77%
G=32.29%
B=26.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117514600.210.340.1323.252.4571.96
HexDDAF9201522D173448
Octal33525722202542152764110
Binary1101110110101111100100100101011000101101101111101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF92; }

 p { color: rgb(221,175,146); }

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

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

 a { background-color: rgb(221,175,146); }

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

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

 span { border-color: rgb(221,175,146); }

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