Shades of Pancho #DCBD93
Tints of Pancho #DCBD93
RGB
CMYK
RGB Variations
Color information
#DCBD93 (or 0xDCBD93) is known color: Pancho. HEX triplet: DC, BD and 93. RGB value is (220,189,147). Sum of RGB (Red+Green+Blue) = 220+189+147=556 (73% of max value = 765). Red value is 220 (86.33% from 255 or 39.57% from 556); Green value is 189 (74.22% from 255 or 33.99% from 556); Blue value is 147 (57.81% from 255 or 26.44% from 556); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD93 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCBD93 is #23426C. Grayscale: #C1C1C1. Windows color (decimal): -2310765 or 9682396. OLE color: 9682396.
HSL color Cylindrical-coordinate representation of color #DCBD93: hue angle of 34.52º 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 #DCBD93 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 147 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.14 |
| HSL | 34.52º | 0.51% | 0.72% | - |
| HSV(B) | 34.52º | 0.33% | 0.86% | - |
| XYZ | 52.98 | 53.72 | 35.18 | - |
| YUV | 193.48 | 101.77 | 146.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 147 | 0 | 0.14 | 0.33 | 0.14 | 34.52 | 0.51 | 0.72 |
| Hex | DC | BD | 93 | 0 | E | 21 | E | 23 | 33 | 48 |
| Octal | 334 | 275 | 223 | 0 | 16 | 41 | 16 | 43 | 63 | 110 |
| Binary | 11011100 | 10111101 | 10010011 | 0 | 1110 | 100001 | 1110 | 100011 | 110011 | 1001000 |
Color Harmonies of #DCBD93
Complementary color
Monochromatic Colors of #DCBD93
Black with #DCBD93
Text Example
Text Example
White with #DCBD93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD93; }
p { color: rgb(220,189,147); }
H1.HeaderClassName
{
color: #DCBD93;
}
.AnyTagClassName
{
color: #DCBD93;
}
</style>
background-color css
<style>
a { background-color: #DCBD93; }
a { background-color: rgb(220,189,147); }
div.DivClassName
{
background-color: #DCBD93;
}
.BgClassName
{
background-color: #DCBD93;
}
</style>
border-color css
<style>
span { border-color: #DCBD93; }
span { border-color: rgb(220,189,147); }
td.TdClassName
{
border-color: #DCBD93;
}
.TagClassName
{
border-color: #DCBD93;
}
</style>