Shades of Chalky #DCC17B
Tints of Chalky #DCC17B
RGB
CMYK
RGB Variations
Color information
#DCC17B (or 0xDCC17B) is known color: Chalky. HEX triplet: DC, C1 and 7B. RGB value is (220,193,123). Sum of RGB (Red+Green+Blue) = 220+193+123=536 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.04% from 536); Green value is 193 (75.78% from 255 or 36.01% from 536); Blue value is 123 (48.44% from 255 or 22.95% from 536); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17B is #233E84. Grayscale: #C1C1C1. Windows color (decimal): -2309765 or 8110556. OLE color: 8110556.
HSL color Cylindrical-coordinate representation of color #DCC17B: hue angle of 43.3º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCC17B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 123 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.14 |
| HSL | 43.3º | 0.58% | 0.67% | - |
| HSV(B) | 43.3º | 0.44% | 0.86% | - |
| XYZ | 52.16 | 54.79 | 26.56 | - |
| YUV | 193.09 | 88.45 | 147.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 123 | 0 | 0.12 | 0.44 | 0.14 | 43.3 | 0.58 | 0.67 |
| Hex | DC | C1 | 7B | 0 | C | 2C | E | 2B | 3A | 43 |
| Octal | 334 | 301 | 173 | 0 | 14 | 54 | 16 | 53 | 72 | 103 |
| Binary | 11011100 | 11000001 | 1111011 | 0 | 1100 | 101100 | 1110 | 101011 | 111010 | 1000011 |
Color Harmonies of #DCC17B
Complementary color
Monochromatic Colors of #DCC17B
Black with #DCC17B
Text Example
Text Example
White with #DCC17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC17B; }
p { color: rgb(220,193,123); }
H1.HeaderClassName
{
color: #DCC17B;
}
.AnyTagClassName
{
color: #DCC17B;
}
</style>
background-color css
<style>
a { background-color: #DCC17B; }
a { background-color: rgb(220,193,123); }
div.DivClassName
{
background-color: #DCC17B;
}
.BgClassName
{
background-color: #DCC17B;
}
</style>
border-color css
<style>
span { border-color: #DCC17B; }
span { border-color: rgb(220,193,123); }
td.TdClassName
{
border-color: #DCC17B;
}
.TagClassName
{
border-color: #DCC17B;
}
</style>