#DDAF90

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

Shades of Pancho #DDAF90

Tints of Pancho #DDAF90

Color information

#DDAF90 (or 0xDDAF90) is unknown color: approx Pancho. HEX triplet: DD, AF and 90. RGB value is (221,175,144). Sum of RGB (Red+Green+Blue) = 221+175+144=540 (71% of max value = 765). Red value is 221 (86.72% from 255 or 40.93% from 540); Green value is 175 (68.75% from 255 or 32.41% from 540); Blue value is 144 (56.64% from 255 or 26.67% from 540); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAF90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAF90 is #22506F. Grayscale: #B9B9B9. Windows color (decimal): -2248816 or 9482205. OLE color: 9482205.

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

Color convert

RGB221175144-
CMYK00.210.350.13
HSL24.16º53.1%71.57%-
HSV(B)24.16º34.84%86.67%-
XYZ50.1848.0533.01-
YUV185.22104.74153.52-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 40.93%
GREEN value IS 175 (68.75% from 255) = 32.41%
BLUE value IS 144 (56.64% from 255) = 26.67%
R=40.93%
G=32.41%
B=26.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22117514400.210.350.1324.1653.171.57
HexDDAF9001523D183548
Octal33525722002543153065110
Binary1101110110101111100100000101011000111101110001101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAF90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAF90; }

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

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

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

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

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

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

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

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