Shades of Pancho #DCB694
Tints of Pancho #DCB694
RGB
CMYK
RGB Variations
Color information
#DCB694 (or 0xDCB694) is known color: Pancho. HEX triplet: DC, B6 and 94. RGB value is (220,182,148). Sum of RGB (Red+Green+Blue) = 220+182+148=550 (72% of max value = 765). Red value is 220 (86.33% from 255 or 40% from 550); Green value is 182 (71.48% from 255 or 33.09% from 550); Blue value is 148 (58.20% from 255 or 26.91% from 550); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB694 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB694 is #23496B. Grayscale: #BDBDBD. Windows color (decimal): -2312556 or 9746140. OLE color: 9746140.
HSL color Cylindrical-coordinate representation of color #DCB694: hue angle of 28.33º degrees, saturation: 0.51, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DCB694 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 182 | 148 | - |
| CMYK | 0 | 0.17 | 0.33 | 0.14 |
| HSL | 28.33º | 0.51% | 0.72% | - |
| HSV(B) | 28.33º | 0.33% | 0.86% | - |
| XYZ | 51.59 | 50.81 | 35.11 | - |
| YUV | 189.49 | 104.59 | 149.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 182 | 148 | 0 | 0.17 | 0.33 | 0.14 | 28.33 | 0.51 | 0.72 |
| Hex | DC | B6 | 94 | 0 | 11 | 21 | E | 1C | 33 | 48 |
| Octal | 334 | 266 | 224 | 0 | 21 | 41 | 16 | 34 | 63 | 110 |
| Binary | 11011100 | 10110110 | 10010100 | 0 | 10001 | 100001 | 1110 | 11100 | 110011 | 1001000 |
Color Harmonies of #DCB694
Complementary color
Monochromatic Colors of #DCB694
Black with #DCB694
Text Example
Text Example
White with #DCB694
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB694; }
p { color: rgb(220,182,148); }
H1.HeaderClassName
{
color: #DCB694;
}
.AnyTagClassName
{
color: #DCB694;
}
</style>
background-color css
<style>
a { background-color: #DCB694; }
a { background-color: rgb(220,182,148); }
div.DivClassName
{
background-color: #DCB694;
}
.BgClassName
{
background-color: #DCB694;
}
</style>
border-color css
<style>
span { border-color: #DCB694; }
span { border-color: rgb(220,182,148); }
td.TdClassName
{
border-color: #DCB694;
}
.TagClassName
{
border-color: #DCB694;
}
</style>