Shades of Chalky #DFBB77
Tints of Chalky #DFBB77
RGB
CMYK
RGB Variations
Color information
#DFBB77 (or 0xDFBB77) is known color: Chalky. HEX triplet: DF, BB and 77. RGB value is (223,187,119). Sum of RGB (Red+Green+Blue) = 223+187+119=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 187 (73.44% from 255 or 35.35% from 529); Blue value is 119 (46.88% from 255 or 22.50% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBB77 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBB77 is #204488. Grayscale: #BEBEBE. Windows color (decimal): -2114697 or 7846879. OLE color: 7846879.
HSL color Cylindrical-coordinate representation of color #DFBB77: hue angle of 39.23º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DFBB77 is Cyan = 0, Magento = 0.16, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 187 | 119 | - |
| CMYK | 0 | 0.16 | 0.47 | 0.13 |
| HSL | 39.23º | 0.62% | 0.67% | - |
| HSV(B) | 39.23º | 0.47% | 0.87% | - |
| XYZ | 51.53 | 52.56 | 24.88 | - |
| YUV | 190.01 | 87.93 | 151.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 187 | 119 | 0 | 0.16 | 0.47 | 0.13 | 39.23 | 0.62 | 0.67 |
| Hex | DF | BB | 77 | 0 | 10 | 2F | D | 27 | 3E | 43 |
| Octal | 337 | 273 | 167 | 0 | 20 | 57 | 15 | 47 | 76 | 103 |
| Binary | 11011111 | 10111011 | 1110111 | 0 | 10000 | 101111 | 1101 | 100111 | 111110 | 1000011 |
Color Harmonies of #DFBB77
Complementary color
Monochromatic Colors of #DFBB77
Black with #DFBB77
Text Example
Text Example
White with #DFBB77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBB77; }
p { color: rgb(223,187,119); }
H1.HeaderClassName
{
color: #DFBB77;
}
.AnyTagClassName
{
color: #DFBB77;
}
</style>
background-color css
<style>
a { background-color: #DFBB77; }
a { background-color: rgb(223,187,119); }
div.DivClassName
{
background-color: #DFBB77;
}
.BgClassName
{
background-color: #DFBB77;
}
</style>
border-color css
<style>
span { border-color: #DFBB77; }
span { border-color: rgb(223,187,119); }
td.TdClassName
{
border-color: #DFBB77;
}
.TagClassName
{
border-color: #DFBB77;
}
</style>