Shades of Chalky #DCC27B
Tints of Chalky #DCC27B
RGB
CMYK
RGB Variations
Color information
#DCC27B (or 0xDCC27B) is known color: Chalky. HEX triplet: DC, C2 and 7B. RGB value is (220,194,123). Sum of RGB (Red+Green+Blue) = 220+194+123=537 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.97% from 537); Green value is 194 (76.17% from 255 or 36.13% from 537); Blue value is 123 (48.44% from 255 or 22.91% from 537); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC27B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC27B is #233D84. Grayscale: #C1C1C1. Windows color (decimal): -2309509 or 8110812. OLE color: 8110812.
HSL color Cylindrical-coordinate representation of color #DCC27B: hue angle of 43.92º 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 #DCC27B is Cyan = 0, Magento = 0.12, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 123 | - |
| CMYK | 0 | 0.12 | 0.44 | 0.14 |
| HSL | 43.92º | 0.58% | 0.67% | - |
| HSV(B) | 43.92º | 0.44% | 0.86% | - |
| XYZ | 52.38 | 55.23 | 26.64 | - |
| YUV | 193.68 | 88.11 | 146.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 123 | 0 | 0.12 | 0.44 | 0.14 | 43.92 | 0.58 | 0.67 |
| Hex | DC | C2 | 7B | 0 | C | 2C | E | 2C | 3A | 43 |
| Octal | 334 | 302 | 173 | 0 | 14 | 54 | 16 | 54 | 72 | 103 |
| Binary | 11011100 | 11000010 | 1111011 | 0 | 1100 | 101100 | 1110 | 101100 | 111010 | 1000011 |
Color Harmonies of #DCC27B
Complementary color
Monochromatic Colors of #DCC27B
Black with #DCC27B
Text Example
Text Example
White with #DCC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC27B; }
p { color: rgb(220,194,123); }
H1.HeaderClassName
{
color: #DCC27B;
}
.AnyTagClassName
{
color: #DCC27B;
}
</style>
background-color css
<style>
a { background-color: #DCC27B; }
a { background-color: rgb(220,194,123); }
div.DivClassName
{
background-color: #DCC27B;
}
.BgClassName
{
background-color: #DCC27B;
}
</style>
border-color css
<style>
span { border-color: #DCC27B; }
span { border-color: rgb(220,194,123); }
td.TdClassName
{
border-color: #DCC27B;
}
.TagClassName
{
border-color: #DCC27B;
}
</style>