Shades of Pancho #DCB998
Tints of Pancho #DCB998
RGB
CMYK
RGB Variations
Color information
#DCB998 (or 0xDCB998) is known color: Pancho. HEX triplet: DC, B9 and 98. RGB value is (220,185,152). Sum of RGB (Red+Green+Blue) = 220+185+152=557 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.50% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 152 (59.77% from 255 or 27.29% from 557); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB998 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB998 is #234667. Grayscale: #BFBFBF. Windows color (decimal): -2311784 or 10009052. OLE color: 10009052.
HSL color Cylindrical-coordinate representation of color #DCB998: hue angle of 29.12º degrees, saturation: 0.49, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DCB998 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 185 | 152 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.14 |
| HSL | 29.12º | 0.49% | 0.73% | - |
| HSV(B) | 29.12º | 0.31% | 0.86% | - |
| XYZ | 52.53 | 52.18 | 37.01 | - |
| YUV | 191.7 | 105.6 | 148.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 185 | 152 | 0 | 0.16 | 0.31 | 0.14 | 29.12 | 0.49 | 0.73 |
| Hex | DC | B9 | 98 | 0 | 10 | 1F | E | 1D | 31 | 49 |
| Octal | 334 | 271 | 230 | 0 | 20 | 37 | 16 | 35 | 61 | 111 |
| Binary | 11011100 | 10111001 | 10011000 | 0 | 10000 | 11111 | 1110 | 11101 | 110001 | 1001001 |
Color Harmonies of #DCB998
Complementary color
Monochromatic Colors of #DCB998
Black with #DCB998
Text Example
Text Example
White with #DCB998
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB998; }
p { color: rgb(220,185,152); }
H1.HeaderClassName
{
color: #DCB998;
}
.AnyTagClassName
{
color: #DCB998;
}
</style>
background-color css
<style>
a { background-color: #DCB998; }
a { background-color: rgb(220,185,152); }
div.DivClassName
{
background-color: #DCB998;
}
.BgClassName
{
background-color: #DCB998;
}
</style>
border-color css
<style>
span { border-color: #DCB998; }
span { border-color: rgb(220,185,152); }
td.TdClassName
{
border-color: #DCB998;
}
.TagClassName
{
border-color: #DCB998;
}
</style>