Shades of Chalky #DCC27F
Tints of Chalky #DCC27F
RGB
CMYK
RGB Variations
Color information
#DCC27F (or 0xDCC27F) is known color: Chalky. HEX triplet: DC, C2 and 7F. RGB value is (220,194,127). Sum of RGB (Red+Green+Blue) = 220+194+127=541 (71% of max value = 765). Red value is 220 (86.33% from 255 or 40.67% from 541); Green value is 194 (76.17% from 255 or 35.86% from 541); Blue value is 127 (50% from 255 or 23.48% from 541); Max value from RGB is 220 - color contains mainly: red. Hex color #DCC27F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCC27F is #233D80. Grayscale: #C2C2C2. Windows color (decimal): -2309505 or 8372956. OLE color: 8372956.
HSL color Cylindrical-coordinate representation of color #DCC27F: hue angle of 43.23º degrees, saturation: 0.57, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DCC27F is Cyan = 0, Magento = 0.12, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 194 | 127 | - |
| CMYK | 0 | 0.12 | 0.42 | 0.14 |
| HSL | 43.23º | 0.57% | 0.68% | - |
| HSV(B) | 43.23º | 0.42% | 0.86% | - |
| XYZ | 52.64 | 55.33 | 27.98 | - |
| YUV | 194.14 | 90.11 | 146.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 194 | 127 | 0 | 0.12 | 0.42 | 0.14 | 43.23 | 0.57 | 0.68 |
| Hex | DC | C2 | 7F | 0 | C | 2A | E | 2B | 39 | 44 |
| Octal | 334 | 302 | 177 | 0 | 14 | 52 | 16 | 53 | 71 | 104 |
| Binary | 11011100 | 11000010 | 1111111 | 0 | 1100 | 101010 | 1110 | 101011 | 111001 | 1000100 |
Color Harmonies of #DCC27F
Complementary color
Monochromatic Colors of #DCC27F
Black with #DCC27F
Text Example
Text Example
White with #DCC27F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCC27F; }
p { color: rgb(220,194,127); }
H1.HeaderClassName
{
color: #DCC27F;
}
.AnyTagClassName
{
color: #DCC27F;
}
</style>
background-color css
<style>
a { background-color: #DCC27F; }
a { background-color: rgb(220,194,127); }
div.DivClassName
{
background-color: #DCC27F;
}
.BgClassName
{
background-color: #DCC27F;
}
</style>
border-color css
<style>
span { border-color: #DCC27F; }
span { border-color: rgb(220,194,127); }
td.TdClassName
{
border-color: #DCC27F;
}
.TagClassName
{
border-color: #DCC27F;
}
</style>