Shades of Chalky #DCC37E
Tints of Chalky #DCC37E
RGB
CMYK
RGB Variations
Color information
#DCC37E (or 0xDCC37E) is known color: Chalky. HEX triplet: DC, C3 and 7E. RGB value is (220,195,126). Sum of RGB (Red+Green+Blue) = 220+195+126=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 195 (76.56% from 255 or 36.04% from 541); Blue value is 126 (49.61% from 255 or 23.29% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37E is #233C81. Grayscale: #C2C2C2. Windows color (decimal): -2309250 or 8307676. OLE color: 8307676.
HSL color Cylindrical-coordinate representation of color #DCC37E: hue angle of 44.04º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DCC37E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.14 |
| HSL | 44.04º | 0.57% | 0.68% | - |
| HSV(B) | 44.04º | 0.43% | 0.86% | - |
| XYZ | 52.8 | 55.75 | 27.72 | - |
| YUV | 194.61 | 89.28 | 146.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 126 | 0 | 0.11 | 0.43 | 0.14 | 44.04 | 0.57 | 0.68 |
| Hex | DC | C3 | 7E | 0 | B | 2B | E | 2C | 39 | 44 |
| Octal | 334 | 303 | 176 | 0 | 13 | 53 | 16 | 54 | 71 | 104 |
| Binary | 11011100 | 11000011 | 1111110 | 0 | 1011 | 101011 | 1110 | 101100 | 111001 | 1000100 |
Color Harmonies of #DCC37E
Complementary color
Monochromatic Colors of #DCC37E
Black with #DCC37E
Text Example
Text Example
White with #DCC37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC37E; }
p { color: rgb(220,195,126); }
H1.HeaderClassName
{
color: #DCC37E;
}
.AnyTagClassName
{
color: #DCC37E;
}
</style>
background-color css
<style>
a { background-color: #DCC37E; }
a { background-color: rgb(220,195,126); }
div.DivClassName
{
background-color: #DCC37E;
}
.BgClassName
{
background-color: #DCC37E;
}
</style>
border-color css
<style>
span { border-color: #DCC37E; }
span { border-color: rgb(220,195,126); }
td.TdClassName
{
border-color: #DCC37E;
}
.TagClassName
{
border-color: #DCC37E;
}
</style>