Shades of Chalky #DCC37B
Tints of Chalky #DCC37B
RGB
CMYK
RGB Variations
Color information
#DCC37B (or 0xDCC37B) is known color: Chalky. HEX triplet: DC, C3 and 7B. RGB value is (220,195,123). Sum of RGB (Red+Green+Blue) = 220+195+123=538 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.89% from 538); Green value is 195 (76.56% from 255 or 36.25% from 538); Blue value is 123 (48.44% from 255 or 22.86% from 538); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC37B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC37B is #233C84. Grayscale: #C2C2C2. Windows color (decimal): -2309253 or 8111068. OLE color: 8111068.
HSL color Cylindrical-coordinate representation of color #DCC37B: hue angle of 44.54º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DCC37B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 195 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 44.54º | 0.58% | 0.67% | - |
| HSV(B) | 44.54º | 0.44% | 0.86% | - |
| XYZ | 52.61 | 55.68 | 26.71 | - |
| YUV | 194.27 | 87.78 | 146.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 195 | 123 | 0 | 0.11 | 0.44 | 0.14 | 44.54 | 0.58 | 0.67 |
| Hex | DC | C3 | 7B | 0 | B | 2C | E | 2D | 3A | 43 |
| Octal | 334 | 303 | 173 | 0 | 13 | 54 | 16 | 55 | 72 | 103 |
| Binary | 11011100 | 11000011 | 1111011 | 0 | 1011 | 101100 | 1110 | 101101 | 111010 | 1000011 |
Color Harmonies of #DCC37B
Complementary color
Monochromatic Colors of #DCC37B
Black with #DCC37B
Text Example
Text Example
White with #DCC37B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC37B; }
p { color: rgb(220,195,123); }
H1.HeaderClassName
{
color: #DCC37B;
}
.AnyTagClassName
{
color: #DCC37B;
}
</style>
background-color css
<style>
a { background-color: #DCC37B; }
a { background-color: rgb(220,195,123); }
div.DivClassName
{
background-color: #DCC37B;
}
.BgClassName
{
background-color: #DCC37B;
}
</style>
border-color css
<style>
span { border-color: #DCC37B; }
span { border-color: rgb(220,195,123); }
td.TdClassName
{
border-color: #DCC37B;
}
.TagClassName
{
border-color: #DCC37B;
}
</style>