Shades of Chalky #DCC47E
Tints of Chalky #DCC47E
RGB
CMYK
RGB Variations
Color information
#DCC47E (or 0xDCC47E) is known color: Chalky. HEX triplet: DC, C4 and 7E. RGB value is (220,196,126). Sum of RGB (Red+Green+Blue) = 220+196+126=542 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.59% from 542); Green value is 196 (76.95% from 255 or 36.16% from 542); Blue value is 126 (49.61% from 255 or 23.25% from 542); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC47E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC47E is #233B81. Grayscale: #C3C3C3. Windows color (decimal): -2308994 or 8307932. OLE color: 8307932.
HSL color Cylindrical-coordinate representation of color #DCC47E: hue angle of 44.68º 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 #DCC47E is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 126 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.14 |
| HSL | 44.68º | 0.57% | 0.68% | - |
| HSV(B) | 44.68º | 0.43% | 0.86% | - |
| XYZ | 53.02 | 56.2 | 27.79 | - |
| YUV | 195.2 | 88.95 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 126 | 0 | 0.11 | 0.43 | 0.14 | 44.68 | 0.57 | 0.68 |
| Hex | DC | C4 | 7E | 0 | B | 2B | E | 2D | 39 | 44 |
| Octal | 334 | 304 | 176 | 0 | 13 | 53 | 16 | 55 | 71 | 104 |
| Binary | 11011100 | 11000100 | 1111110 | 0 | 1011 | 101011 | 1110 | 101101 | 111001 | 1000100 |
Color Harmonies of #DCC47E
Complementary color
Monochromatic Colors of #DCC47E
Black with #DCC47E
Text Example
Text Example
White with #DCC47E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC47E; }
p { color: rgb(220,196,126); }
H1.HeaderClassName
{
color: #DCC47E;
}
.AnyTagClassName
{
color: #DCC47E;
}
</style>
background-color css
<style>
a { background-color: #DCC47E; }
a { background-color: rgb(220,196,126); }
div.DivClassName
{
background-color: #DCC47E;
}
.BgClassName
{
background-color: #DCC47E;
}
</style>
border-color css
<style>
span { border-color: #DCC47E; }
span { border-color: rgb(220,196,126); }
td.TdClassName
{
border-color: #DCC47E;
}
.TagClassName
{
border-color: #DCC47E;
}
</style>