Shades of Chalky #DCC37D
Tints of Chalky #DCC37D
RGB
CMYK
RGB Variations
Color information
#DCC37D (or 0xDCC37D) is known color: Chalky. HEX triplet: DC, C3 and 7D. RGB value is (220,195,125). Sum of RGB (Red+Green+Blue) = 220+195+125=540 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.74% from 540); Green value is 195 (76.56% from 255 or 36.11% from 540); Blue value is 125 (49.22% from 255 or 23.15% from 540); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37D is #233C82. Grayscale: #C2C2C2. Windows color (decimal): -2309251 or 8242140. OLE color: 8242140.
HSL color Cylindrical-coordinate representation of color #DCC37D: hue angle of 44.21º 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 #DCC37D is Cyan = 0, Magento = 0.11, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 125 | - |
| CMYK | 0 | 0.11 | 0.43 | 0.14 |
| HSL | 44.21º | 0.58% | 0.68% | - |
| HSV(B) | 44.21º | 0.43% | 0.86% | - |
| XYZ | 52.73 | 55.73 | 27.38 | - |
| YUV | 194.5 | 88.78 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 125 | 0 | 0.11 | 0.43 | 0.14 | 44.21 | 0.58 | 0.68 |
| Hex | DC | C3 | 7D | 0 | B | 2B | E | 2C | 3A | 44 |
| Octal | 334 | 303 | 175 | 0 | 13 | 53 | 16 | 54 | 72 | 104 |
| Binary | 11011100 | 11000011 | 1111101 | 0 | 1011 | 101011 | 1110 | 101100 | 111010 | 1000100 |
Color Harmonies of #DCC37D
Complementary color
Monochromatic Colors of #DCC37D
Black with #DCC37D
Text Example
Text Example
White with #DCC37D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC37D; }
p { color: rgb(220,195,125); }
H1.HeaderClassName
{
color: #DCC37D;
}
.AnyTagClassName
{
color: #DCC37D;
}
</style>
background-color css
<style>
a { background-color: #DCC37D; }
a { background-color: rgb(220,195,125); }
div.DivClassName
{
background-color: #DCC37D;
}
.BgClassName
{
background-color: #DCC37D;
}
</style>
border-color css
<style>
span { border-color: #DCC37D; }
span { border-color: rgb(220,195,125); }
td.TdClassName
{
border-color: #DCC37D;
}
.TagClassName
{
border-color: #DCC37D;
}
</style>