Shades of Chalky #DFBE7A
Tints of Chalky #DFBE7A
RGB
CMYK
RGB Variations
Color information
#DFBE7A (or 0xDFBE7A) is known color: Chalky. HEX triplet: DF, BE and 7A. RGB value is (223,190,122). Sum of RGB (Red+Green+Blue) = 223+190+122=535 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.68% from 535); Green value is 190 (74.61% from 255 or 35.51% from 535); Blue value is 122 (48.05% from 255 or 22.80% from 535); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE7A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE7A is #204185. Grayscale: #C0C0C0. Windows color (decimal): -2113926 or 8044255. OLE color: 8044255.
HSL color Cylindrical-coordinate representation of color #DFBE7A: hue angle of 40.4º degrees, saturation: 0.61, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #DFBE7A is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 122 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.13 |
| HSL | 40.4º | 0.61% | 0.68% | - |
| HSV(B) | 40.4º | 0.45% | 0.87% | - |
| XYZ | 52.36 | 53.92 | 26.06 | - |
| YUV | 192.12 | 88.43 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 122 | 0 | 0.15 | 0.45 | 0.13 | 40.4 | 0.61 | 0.68 |
| Hex | DF | BE | 7A | 0 | F | 2D | D | 28 | 3D | 44 |
| Octal | 337 | 276 | 172 | 0 | 17 | 55 | 15 | 50 | 75 | 104 |
| Binary | 11011111 | 10111110 | 1111010 | 0 | 1111 | 101101 | 1101 | 101000 | 111101 | 1000100 |
Color Harmonies of #DFBE7A
Complementary color
Monochromatic Colors of #DFBE7A
Black with #DFBE7A
Text Example
Text Example
White with #DFBE7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE7A; }
p { color: rgb(223,190,122); }
H1.HeaderClassName
{
color: #DFBE7A;
}
.AnyTagClassName
{
color: #DFBE7A;
}
</style>
background-color css
<style>
a { background-color: #DFBE7A; }
a { background-color: rgb(223,190,122); }
div.DivClassName
{
background-color: #DFBE7A;
}
.BgClassName
{
background-color: #DFBE7A;
}
</style>
border-color css
<style>
span { border-color: #DFBE7A; }
span { border-color: rgb(223,190,122); }
td.TdClassName
{
border-color: #DFBE7A;
}
.TagClassName
{
border-color: #DFBE7A;
}
</style>