Shades of Chalky #DCC47B
Tints of Chalky #DCC47B
RGB
CMYK
RGB Variations
Color information
#DCC47B (or 0xDCC47B) is known color: Chalky. HEX triplet: DC, C4 and 7B. RGB value is (220,196,123). Sum of RGB (Red+Green+Blue) = 220+196+123=539 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.82% from 539); Green value is 196 (76.95% from 255 or 36.36% from 539); Blue value is 123 (48.44% from 255 or 22.82% from 539); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC47B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC47B is #233B84. Grayscale: #C3C3C3. Windows color (decimal): -2308997 or 8111324. OLE color: 8111324.
HSL color Cylindrical-coordinate representation of color #DCC47B: hue angle of 45.15º 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 #DCC47B is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 196 | 123 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.14 |
| HSL | 45.15º | 0.58% | 0.67% | - |
| HSV(B) | 45.15º | 0.44% | 0.86% | - |
| XYZ | 52.83 | 56.13 | 26.79 | - |
| YUV | 194.85 | 87.45 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 196 | 123 | 0 | 0.11 | 0.44 | 0.14 | 45.15 | 0.58 | 0.67 |
| Hex | DC | C4 | 7B | 0 | B | 2C | E | 2D | 3A | 43 |
| Octal | 334 | 304 | 173 | 0 | 13 | 54 | 16 | 55 | 72 | 103 |
| Binary | 11011100 | 11000100 | 1111011 | 0 | 1011 | 101100 | 1110 | 101101 | 111010 | 1000011 |
Color Harmonies of #DCC47B
Complementary color
Monochromatic Colors of #DCC47B
Black with #DCC47B
Text Example
Text Example
White with #DCC47B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC47B; }
p { color: rgb(220,196,123); }
H1.HeaderClassName
{
color: #DCC47B;
}
.AnyTagClassName
{
color: #DCC47B;
}
</style>
background-color css
<style>
a { background-color: #DCC47B; }
a { background-color: rgb(220,196,123); }
div.DivClassName
{
background-color: #DCC47B;
}
.BgClassName
{
background-color: #DCC47B;
}
</style>
border-color css
<style>
span { border-color: #DCC47B; }
span { border-color: rgb(220,196,123); }
td.TdClassName
{
border-color: #DCC47B;
}
.TagClassName
{
border-color: #DCC47B;
}
</style>