Shades of Chalky #DCC17E
Tints of Chalky #DCC17E
RGB
CMYK
RGB Variations
Color information
#DCC17E (or 0xDCC17E) is known color: Chalky. HEX triplet: DC, C1 and 7E. RGB value is (220,193,126). Sum of RGB (Red+Green+Blue) = 220+193+126=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 193 (75.78% from 255 or 35.81% from 539); Blue value is 126 (49.61% from 255 or 23.38% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC17E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC17E is #233E81. Grayscale: #C1C1C1. Windows color (decimal): -2309762 or 8307164. OLE color: 8307164.
HSL color Cylindrical-coordinate representation of color #DCC17E: hue angle of 42.77º 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 #DCC17E is Cyan = 0, Magento = 0.12, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 193 | 126 | - |
| CMYK | 0 | 0.12 | 0.43 | 0.14 |
| HSL | 42.77º | 0.57% | 0.68% | - |
| HSV(B) | 42.77º | 0.43% | 0.86% | - |
| XYZ | 52.35 | 54.86 | 27.57 | - |
| YUV | 193.44 | 89.95 | 146.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 193 | 126 | 0 | 0.12 | 0.43 | 0.14 | 42.77 | 0.57 | 0.68 |
| Hex | DC | C1 | 7E | 0 | C | 2B | E | 2B | 39 | 44 |
| Octal | 334 | 301 | 176 | 0 | 14 | 53 | 16 | 53 | 71 | 104 |
| Binary | 11011100 | 11000001 | 1111110 | 0 | 1100 | 101011 | 1110 | 101011 | 111001 | 1000100 |
Color Harmonies of #DCC17E
Complementary color
Monochromatic Colors of #DCC17E
Black with #DCC17E
Text Example
Text Example
White with #DCC17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC17E; }
p { color: rgb(220,193,126); }
H1.HeaderClassName
{
color: #DCC17E;
}
.AnyTagClassName
{
color: #DCC17E;
}
</style>
background-color css
<style>
a { background-color: #DCC17E; }
a { background-color: rgb(220,193,126); }
div.DivClassName
{
background-color: #DCC17E;
}
.BgClassName
{
background-color: #DCC17E;
}
</style>
border-color css
<style>
span { border-color: #DCC17E; }
span { border-color: rgb(220,193,126); }
td.TdClassName
{
border-color: #DCC17E;
}
.TagClassName
{
border-color: #DCC17E;
}
</style>