Shades of Chalky #DCC07D
Tints of Chalky #DCC07D
RGB
CMYK
RGB Variations
Color information
#DCC07D (or 0xDCC07D) is known color: Chalky. HEX triplet: DC, C0 and 7D. RGB value is (220,192,125). Sum of RGB (Red+Green+Blue) = 220+192+125=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 192 (75.39% from 255 or 35.75% from 537); Blue value is 125 (49.22% from 255 or 23.28% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC07D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC07D is #233F82. Grayscale: #C1C1C1. Windows color (decimal): -2310019 or 8241372. OLE color: 8241372.
HSL color Cylindrical-coordinate representation of color #DCC07D: hue angle of 42.32º degrees, saturation: 0.58, 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 #DCC07D is Cyan = 0, Magento = 0.13, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 125 | - |
| CMYK | 0 | 0.13 | 0.43 | 0.14 |
| HSL | 42.32º | 0.58% | 0.68% | - |
| HSV(B) | 42.32º | 0.43% | 0.86% | - |
| XYZ | 52.07 | 54.4 | 27.16 | - |
| YUV | 192.73 | 89.78 | 147.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 125 | 0 | 0.13 | 0.43 | 0.14 | 42.32 | 0.58 | 0.68 |
| Hex | DC | C0 | 7D | 0 | D | 2B | E | 2A | 3A | 44 |
| Octal | 334 | 300 | 175 | 0 | 15 | 53 | 16 | 52 | 72 | 104 |
| Binary | 11011100 | 11000000 | 1111101 | 0 | 1101 | 101011 | 1110 | 101010 | 111010 | 1000100 |
Color Harmonies of #DCC07D
Complementary color
Monochromatic Colors of #DCC07D
Black with #DCC07D
Text Example
Text Example
White with #DCC07D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC07D; }
p { color: rgb(220,192,125); }
H1.HeaderClassName
{
color: #DCC07D;
}
.AnyTagClassName
{
color: #DCC07D;
}
</style>
background-color css
<style>
a { background-color: #DCC07D; }
a { background-color: rgb(220,192,125); }
div.DivClassName
{
background-color: #DCC07D;
}
.BgClassName
{
background-color: #DCC07D;
}
</style>
border-color css
<style>
span { border-color: #DCC07D; }
span { border-color: rgb(220,192,125); }
td.TdClassName
{
border-color: #DCC07D;
}
.TagClassName
{
border-color: #DCC07D;
}
</style>