Shades of Chalky #DCBF7A
Tints of Chalky #DCBF7A
RGB
CMYK
RGB Variations
Color information
#DCBF7A (or 0xDCBF7A) is known color: Chalky. HEX triplet: DC, BF and 7A. RGB value is (220,191,122). Sum of RGB (Red+Green+Blue) = 220+191+122=533 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.28% from 533); Green value is 191 (75% from 255 or 35.83% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF7A is #234085. Grayscale: #C0C0C0. Windows color (decimal): -2310278 or 8044508. OLE color: 8044508.
HSL color Cylindrical-coordinate representation of color #DCBF7A: hue angle of 42.24º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DCBF7A is Cyan = 0, Magento = 0.13, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 122 | - |
| CMYK | 0 | 0.13 | 0.45 | 0.14 |
| HSL | 42.24º | 0.58% | 0.67% | - |
| HSV(B) | 42.24º | 0.45% | 0.86% | - |
| XYZ | 51.66 | 53.88 | 26.09 | - |
| YUV | 191.81 | 88.61 | 148.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 122 | 0 | 0.13 | 0.45 | 0.14 | 42.24 | 0.58 | 0.67 |
| Hex | DC | BF | 7A | 0 | D | 2D | E | 2A | 3A | 43 |
| Octal | 334 | 277 | 172 | 0 | 15 | 55 | 16 | 52 | 72 | 103 |
| Binary | 11011100 | 10111111 | 1111010 | 0 | 1101 | 101101 | 1110 | 101010 | 111010 | 1000011 |
Color Harmonies of #DCBF7A
Complementary color
Monochromatic Colors of #DCBF7A
Black with #DCBF7A
Text Example
Text Example
White with #DCBF7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF7A; }
p { color: rgb(220,191,122); }
H1.HeaderClassName
{
color: #DCBF7A;
}
.AnyTagClassName
{
color: #DCBF7A;
}
</style>
background-color css
<style>
a { background-color: #DCBF7A; }
a { background-color: rgb(220,191,122); }
div.DivClassName
{
background-color: #DCBF7A;
}
.BgClassName
{
background-color: #DCBF7A;
}
</style>
border-color css
<style>
span { border-color: #DCBF7A; }
span { border-color: rgb(220,191,122); }
td.TdClassName
{
border-color: #DCBF7A;
}
.TagClassName
{
border-color: #DCBF7A;
}
</style>