#DDAF94

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

Shades of Pancho #DDAF94

Tints of Pancho #DDAF94

Color information

#DDAF94 (or 0xDDAF94) is unknown color: approx Pancho. HEX triplet: DD, AF and 94. RGB value is (221,175,148). Sum of RGB (Red+Green+Blue) = 221+175+148=544 (72% of max value = 765). Red value is 221 (86.72% from 255 or 40.62% from 544); Green value is 175 (68.75% from 255 or 32.17% from 544); Blue value is 148 (58.20% from 255 or 27.21% from 544); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF94 is #22506B. Grayscale: #B9B9B9. Windows color (decimal): -2248812 or 9744349. OLE color: 9744349.

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

Color convert

RGB221175148-
CMYK00.210.330.13
HSL22.19º51.77%72.35%-
HSV(B)22.19º33.03%86.67%-
XYZ50.4948.1734.65-
YUV185.68106.74153.2-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.62%
GREEN value IS 175 (68.75% from 255) = 32.17%
BLUE value IS 148 (58.20% from 255) = 27.21%
R=40.62%
G=32.17%
B=27.21%

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
Decimal22117514800.210.330.1322.1951.7772.35
HexDDAF9401521D163448
Octal33525722402541152664110
Binary1101110110101111100101000101011000011101101101101001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF94; }

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

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

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

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

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

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

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

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