Shades of Pancho #DCBD9E
Tints of Pancho #DCBD9E
RGB
CMYK
RGB Variations
Color information
#DCBD9E (or 0xDCBD9E) is known color: Pancho. HEX triplet: DC, BD and 9E. RGB value is (220,189,158). Sum of RGB (Red+Green+Blue) = 220+189+158=567 (75% of max value = 765). Red value is 220 (86.33% from 255 or 38.80% from 567); Green value is 189 (74.22% from 255 or 33.33% from 567); Blue value is 158 (62.11% from 255 or 27.87% from 567); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD9E is #234261. Grayscale: #C2C2C2. Windows color (decimal): -2310754 or 10403292. OLE color: 10403292.
HSL color Cylindrical-coordinate representation of color #DCBD9E: hue angle of 30º degrees, saturation: 0.47, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DCBD9E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 158 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.14 |
| HSL | 30º | 0.47% | 0.74% | - |
| HSV(B) | 30º | 0.28% | 0.86% | - |
| XYZ | 53.88 | 54.08 | 39.95 | - |
| YUV | 194.74 | 107.27 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 158 | 0 | 0.14 | 0.28 | 0.14 | 30 | 0.47 | 0.74 |
| Hex | DC | BD | 9E | 0 | E | 1C | E | 1E | 2F | 4A |
| Octal | 334 | 275 | 236 | 0 | 16 | 34 | 16 | 36 | 57 | 112 |
| Binary | 11011100 | 10111101 | 10011110 | 0 | 1110 | 11100 | 1110 | 11110 | 101111 | 1001010 |
Color Harmonies of #DCBD9E
Complementary color
Monochromatic Colors of #DCBD9E
Black with #DCBD9E
Text Example
Text Example
White with #DCBD9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD9E; }
p { color: rgb(220,189,158); }
H1.HeaderClassName
{
color: #DCBD9E;
}
.AnyTagClassName
{
color: #DCBD9E;
}
</style>
background-color css
<style>
a { background-color: #DCBD9E; }
a { background-color: rgb(220,189,158); }
div.DivClassName
{
background-color: #DCBD9E;
}
.BgClassName
{
background-color: #DCBD9E;
}
</style>
border-color css
<style>
span { border-color: #DCBD9E; }
span { border-color: rgb(220,189,158); }
td.TdClassName
{
border-color: #DCBD9E;
}
.TagClassName
{
border-color: #DCBD9E;
}
</style>