#DCB690

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

Shades of Pancho #DCB690

Tints of Pancho #DCB690

Color information

#DCB690 (or 0xDCB690) is unknown color: approx Pancho. HEX triplet: DC, B6 and 90. RGB value is (220,182,144). Sum of RGB (Red+Green+Blue) = 220+182+144=546 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.29% from 546); Green value is 182 (71.48% from 255 or 33.33% from 546); Blue value is 144 (56.64% from 255 or 26.37% from 546); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB690 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB690 is #23496F. Grayscale: #BDBDBD. Windows color (decimal): -2312560 or 9483996. OLE color: 9483996.

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

Color convert

RGB220182144-
CMYK00.170.350.14
HSL30º52.05%71.37%-
HSV(B)30º34.55%86.27%-
XYZ51.2850.6933.47-
YUV189.03102.59150.09-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.29%
GREEN value IS 182 (71.48% from 255) = 33.33%
BLUE value IS 144 (56.64% from 255) = 26.37%
R=40.29%
G=33.33%
B=26.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018214400.170.350.143052.0571.37
HexDCB69001123E1e3447
Octal33426622002143163664107
Binary1101110010110110100100000100011000111110111101101001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB690

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB690; }

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

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

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

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

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

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

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

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