Shades of Chalky #DCC07B
Tints of Chalky #DCC07B
RGB
CMYK
RGB Variations
Color information
#DCC07B (or 0xDCC07B) is known color: Chalky. HEX triplet: DC, C0 and 7B. RGB value is (220,192,123). Sum of RGB (Red+Green+Blue) = 220+192+123=535 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.12% from 535); Green value is 192 (75.39% from 255 or 35.89% from 535); Blue value is 123 (48.44% from 255 or 22.99% from 535); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC07B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC07B is #233F84. Grayscale: #C0C0C0. Windows color (decimal): -2310021 or 8110300. OLE color: 8110300.
HSL color Cylindrical-coordinate representation of color #DCC07B: hue angle of 42.68º 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 #DCC07B is Cyan = 0, Magento = 0.13, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 192 | 123 | - |
| CMYK | 0 | 0.13 | 0.44 | 0.14 |
| HSL | 42.68º | 0.58% | 0.67% | - |
| HSV(B) | 42.68º | 0.44% | 0.86% | - |
| XYZ | 51.94 | 54.34 | 26.49 | - |
| YUV | 192.51 | 88.78 | 147.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 192 | 123 | 0 | 0.13 | 0.44 | 0.14 | 42.68 | 0.58 | 0.67 |
| Hex | DC | C0 | 7B | 0 | D | 2C | E | 2B | 3A | 43 |
| Octal | 334 | 300 | 173 | 0 | 15 | 54 | 16 | 53 | 72 | 103 |
| Binary | 11011100 | 11000000 | 1111011 | 0 | 1101 | 101100 | 1110 | 101011 | 111010 | 1000011 |
Color Harmonies of #DCC07B
Complementary color
Monochromatic Colors of #DCC07B
Black with #DCC07B
Text Example
Text Example
White with #DCC07B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC07B; }
p { color: rgb(220,192,123); }
H1.HeaderClassName
{
color: #DCC07B;
}
.AnyTagClassName
{
color: #DCC07B;
}
</style>
background-color css
<style>
a { background-color: #DCC07B; }
a { background-color: rgb(220,192,123); }
div.DivClassName
{
background-color: #DCC07B;
}
.BgClassName
{
background-color: #DCC07B;
}
</style>
border-color css
<style>
span { border-color: #DCC07B; }
span { border-color: rgb(220,192,123); }
td.TdClassName
{
border-color: #DCC07B;
}
.TagClassName
{
border-color: #DCC07B;
}
</style>