#DCAD90

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

Shades of Pancho #DCAD90

Tints of Pancho #DCAD90

Color information

#DCAD90 (or 0xDCAD90) is unknown color: approx Pancho. HEX triplet: DC, AD and 90. RGB value is (220,173,144). Sum of RGB (Red+Green+Blue) = 220+173+144=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 173 (67.97% from 255 or 32.22% from 537); Blue value is 144 (56.64% from 255 or 26.82% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCAD90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DCAD90 is #23526F. Grayscale: #B7B7B7. Windows color (decimal): -2314864 or 9481692. OLE color: 9481692.

HSL color Cylindrical-coordinate representation of color #DCAD90: hue angle of 22.89º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCAD90 is Cyan = 0, Magento = 0.21, Yellow = 0.35 and Black (K on CMYK) = 0.14.

Color convert

RGB220173144-
CMYK00.210.350.14
HSL22.89º52.05%71.37%-
HSV(B)22.89º34.55%86.27%-
XYZ49.4947.1232.87-
YUV183.75105.57153.86-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.97%
GREEN value IS 173 (67.97% from 255) = 32.22%
BLUE value IS 144 (56.64% from 255) = 26.82%
R=40.97%
G=32.22%
B=26.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22017314400.210.350.1422.8952.0571.37
HexDCAD9001523E173447
Octal33425522002543162764107
Binary1101110010101101100100000101011000111110101111101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCAD90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCAD90; }

 p { color: rgb(220,173,144); }

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

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

 a { background-color: rgb(220,173,144); }

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

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

 span { border-color: rgb(220,173,144); }

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