#DDAE90

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

Shades of Pancho #DDAE90

Tints of Pancho #DDAE90

Color information

#DDAE90 (or 0xDDAE90) is unknown color: approx Pancho. HEX triplet: DD, AE and 90. RGB value is (221,174,144). Sum of RGB (Red+Green+Blue) = 221+174+144=539 (71% of max value = 765). Red value is 221 (86.72% from 255 or 41.00% from 539); Green value is 174 (68.36% from 255 or 32.28% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 221 - color contains mainly: red. Hex color #DDAE90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DDAE90 is #22516F. Grayscale: #B8B8B8. Windows color (decimal): -2249072 or 9481949. OLE color: 9481949.

HSL color Cylindrical-coordinate representation of color #DDAE90: hue angle of 23.38º 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 #DDAE90 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.13.

Color convert

RGB221174144-
CMYK00.210.350.13
HSL23.38º53.1%71.57%-
HSV(B)23.38º34.84%86.67%-
XYZ49.9947.6632.95-
YUV184.63105.07153.94-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 41.00%
GREEN value IS 174 (68.36% from 255) = 32.28%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=41.00%
G=32.28%
B=26.72%

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
Decimal22117414400.210.350.1323.3853.171.57
HexDDAE9001523D173548
Octal33525622002543152765110
Binary1101110110101110100100000101011000111101101111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDAE90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDAE90; }

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

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

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

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

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

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

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

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