Shades of Chalky #DCC37C
Tints of Chalky #DCC37C
RGB
CMYK
RGB Variations
Color information
#DCC37C (or 0xDCC37C) is known color: Chalky. HEX triplet: DC, C3 and 7C. RGB value is (220,195,124). Sum of RGB (Red+Green+Blue) = 220+195+124=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 195 (76.56% from 255 or 36.18% from 539); Blue value is 124 (48.83% from 255 or 23.01% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37C is #233C83. Grayscale: #C2C2C2. Windows color (decimal): -2309252 or 8176604. OLE color: 8176604.
HSL color Cylindrical-coordinate representation of color #DCC37C: hue angle of 44.38º 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 #DCC37C is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 124 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 44.38º | 0.58% | 0.67% | - |
| HSV(B) | 44.38º | 0.44% | 0.86% | - |
| XYZ | 52.67 | 55.7 | 27.04 | - |
| YUV | 194.38 | 88.28 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 124 | 0 | 0.11 | 0.44 | 0.14 | 44.38 | 0.58 | 0.67 |
| Hex | DC | C3 | 7C | 0 | B | 2C | E | 2C | 3A | 43 |
| Octal | 334 | 303 | 174 | 0 | 13 | 54 | 16 | 54 | 72 | 103 |
| Binary | 11011100 | 11000011 | 1111100 | 0 | 1011 | 101100 | 1110 | 101100 | 111010 | 1000011 |
Color Harmonies of #DCC37C
Complementary color
Monochromatic Colors of #DCC37C
Black with #DCC37C
Text Example
Text Example
White with #DCC37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC37C; }
p { color: rgb(220,195,124); }
H1.HeaderClassName
{
color: #DCC37C;
}
.AnyTagClassName
{
color: #DCC37C;
}
</style>
background-color css
<style>
a { background-color: #DCC37C; }
a { background-color: rgb(220,195,124); }
div.DivClassName
{
background-color: #DCC37C;
}
.BgClassName
{
background-color: #DCC37C;
}
</style>
border-color css
<style>
span { border-color: #DCC37C; }
span { border-color: rgb(220,195,124); }
td.TdClassName
{
border-color: #DCC37C;
}
.TagClassName
{
border-color: #DCC37C;
}
</style>