Shades of Pancho #DCB38F
Tints of Pancho #DCB38F
RGB
CMYK
RGB Variations
Color information
#DCB38F (or 0xDCB38F) is known color: Pancho. HEX triplet: DC, B3 and 8F. RGB value is (220,179,143). Sum of RGB (Red+Green+Blue) = 220+179+143=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 179 (70.31% from 255 or 33.03% from 542); Blue value is 143 (56.25% from 255 or 26.38% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB38F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DCB38F is #234C70. Grayscale: #BBBBBB. Windows color (decimal): -2313329 or 9417692. OLE color: 9417692.
HSL color Cylindrical-coordinate representation of color #DCB38F: hue angle of 28.05º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DCB38F is Cyan = 0, Magento = 0.19, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 179 | 143 | - |
| CMYK | 0 | 0.19 | 0.35 | 0.14 |
| HSL | 28.05º | 0.52% | 0.71% | - |
| HSV(B) | 28.05º | 0.35% | 0.86% | - |
| XYZ | 50.59 | 49.44 | 32.86 | - |
| YUV | 187.16 | 103.08 | 151.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 179 | 143 | 0 | 0.19 | 0.35 | 0.14 | 28.05 | 0.52 | 0.71 |
| Hex | DC | B3 | 8F | 0 | 13 | 23 | E | 1C | 34 | 47 |
| Octal | 334 | 263 | 217 | 0 | 23 | 43 | 16 | 34 | 64 | 107 |
| Binary | 11011100 | 10110011 | 10001111 | 0 | 10011 | 100011 | 1110 | 11100 | 110100 | 1000111 |
Color Harmonies of #DCB38F
Complementary color
Monochromatic Colors of #DCB38F
Black with #DCB38F
Text Example
Text Example
White with #DCB38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB38F; }
p { color: rgb(220,179,143); }
H1.HeaderClassName
{
color: #DCB38F;
}
.AnyTagClassName
{
color: #DCB38F;
}
</style>
background-color css
<style>
a { background-color: #DCB38F; }
a { background-color: rgb(220,179,143); }
div.DivClassName
{
background-color: #DCB38F;
}
.BgClassName
{
background-color: #DCB38F;
}
</style>
border-color css
<style>
span { border-color: #DCB38F; }
span { border-color: rgb(220,179,143); }
td.TdClassName
{
border-color: #DCB38F;
}
.TagClassName
{
border-color: #DCB38F;
}
</style>