#DCB692

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

Shades of Pancho #DCB692

Tints of Pancho #DCB692

Color information

#DCB692 (or 0xDCB692) is unknown color: approx Pancho. HEX triplet: DC, B6 and 92. RGB value is (220,182,146). Sum of RGB (Red+Green+Blue) = 220+182+146=548 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40.15% from 548); Green value is 182 (71.48% from 255 or 33.21% from 548); Blue value is 146 (57.42% from 255 or 26.64% from 548); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB692 is #23496D. Grayscale: #BDBDBD. Windows color (decimal): -2312558 or 9615068. OLE color: 9615068.

HSL color Cylindrical-coordinate representation of color #DCB692: hue angle of 29.19º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DCB692 is Cyan = 0, Magento = 0.17, Yellow = 0.34 and Black (K on CMYK) = 0.14.

Color convert

RGB220182146-
CMYK00.170.340.14
HSL29.19º51.39%71.76%-
HSV(B)29.19º33.64%86.27%-
XYZ51.4350.7534.28-
YUV189.26103.59149.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 40.15%
GREEN value IS 182 (71.48% from 255) = 33.21%
BLUE value IS 146 (57.42% from 255) = 26.64%
R=40.15%
G=33.21%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.34
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22018214600.170.340.1429.1951.3971.76
HexDCB69201122E1d3348
Octal33426622202142163563110
Binary1101110010110110100100100100011000101110111011100111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCB692

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCB692; }

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

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

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

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

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

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

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

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