Shades of Chalky #DFBE7D
Tints of Chalky #DFBE7D
RGB
CMYK
RGB Variations
Color information
#DFBE7D (or 0xDFBE7D) is known color: Chalky. HEX triplet: DF, BE and 7D. RGB value is (223,190,125). Sum of RGB (Red+Green+Blue) = 223+190+125=538 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.45% from 538); Green value is 190 (74.61% from 255 or 35.32% from 538); Blue value is 125 (49.22% from 255 or 23.23% from 538); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE7D is #204182. Grayscale: #C0C0C0. Windows color (decimal): -2113923 or 8240863. OLE color: 8240863.
HSL color Cylindrical-coordinate representation of color #DFBE7D: hue angle of 39.8º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DFBE7D is Cyan = 0, Magento = 0.15, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 125 | - |
| CMYK | 0 | 0.15 | 0.44 | 0.13 |
| HSL | 39.8º | 0.6% | 0.68% | - |
| HSV(B) | 39.8º | 0.44% | 0.87% | - |
| XYZ | 52.55 | 54 | 27.05 | - |
| YUV | 192.46 | 89.93 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 125 | 0 | 0.15 | 0.44 | 0.13 | 39.8 | 0.6 | 0.68 |
| Hex | DF | BE | 7D | 0 | F | 2C | D | 28 | 3C | 44 |
| Octal | 337 | 276 | 175 | 0 | 17 | 54 | 15 | 50 | 74 | 104 |
| Binary | 11011111 | 10111110 | 1111101 | 0 | 1111 | 101100 | 1101 | 101000 | 111100 | 1000100 |
Color Harmonies of #DFBE7D
Complementary color
Monochromatic Colors of #DFBE7D
Black with #DFBE7D
Text Example
Text Example
White with #DFBE7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE7D; }
p { color: rgb(223,190,125); }
H1.HeaderClassName
{
color: #DFBE7D;
}
.AnyTagClassName
{
color: #DFBE7D;
}
</style>
background-color css
<style>
a { background-color: #DFBE7D; }
a { background-color: rgb(223,190,125); }
div.DivClassName
{
background-color: #DFBE7D;
}
.BgClassName
{
background-color: #DFBE7D;
}
</style>
border-color css
<style>
span { border-color: #DFBE7D; }
span { border-color: rgb(223,190,125); }
td.TdClassName
{
border-color: #DFBE7D;
}
.TagClassName
{
border-color: #DFBE7D;
}
</style>