#DCC090

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

Shades of Pancho #DCC090

Tints of Pancho #DCC090

Color information

#DCC090 (or 0xDCC090) is unknown color: approx Pancho. HEX triplet: DC, C0 and 90. RGB value is (220,192,144). Sum of RGB (Red+Green+Blue) = 220+192+144=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 192 (75.39% from 255 or 34.53% from 556); Blue value is 144 (56.64% from 255 or 25.90% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCC090 is #233F6F. Grayscale: #C3C3C3. Windows color (decimal): -2310000 or 9486556. OLE color: 9486556.

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

Color convert

RGB220192144-
CMYK00.130.350.14
HSL37.89º52.05%71.37%-
HSV(B)37.89º34.55%86.27%-
XYZ53.454.9334.17-
YUV194.999.28145.9-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 39.57%
GREEN value IS 192 (75.39% from 255) = 34.53%
BLUE value IS 144 (56.64% from 255) = 25.90%
R=39.57%
G=34.53%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22019214400.130.350.1437.8952.0571.37
HexDCC0900D23E263447
Octal33430022001543164664107
Binary1101110011000000100100000110110001111101001101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCC090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCC090; }

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

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

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

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

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

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

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

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