Shades of Chalky #DFBE80
Tints of Chalky #DFBE80
RGB
CMYK
RGB Variations
Color information
#DFBE80 (or 0xDFBE80) is known color: Chalky. HEX triplet: DF, BE and 80. RGB value is (223,190,128). Sum of RGB (Red+Green+Blue) = 223+190+128=541 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.22% from 541); Green value is 190 (74.61% from 255 or 35.12% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE80 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DFBE80 is #20417F. Grayscale: #C1C1C1. Windows color (decimal): -2113920 or 8437471. OLE color: 8437471.
HSL color Cylindrical-coordinate representation of color #DFBE80: hue angle of 39.16º degrees, saturation: 0.6, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DFBE80 is Cyan = 0, Magento = 0.15, Yellow = 0.43 and Black (K on CMYK) = 0.13.
Color convert
RGB | 223 | 190 | 128 | - |
CMYK | 0 | 0.15 | 0.43 | 0.13 |
HSL | 39.16º | 0.6% | 0.69% | - |
HSV(B) | 39.16º | 0.43% | 0.87% | - |
XYZ | 52.74 | 54.07 | 28.08 | - |
YUV | 192.8 | 91.43 | 149.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 223 | 190 | 128 | 0 | 0.15 | 0.43 | 0.13 | 39.16 | 0.6 | 0.69 |
Hex | DF | BE | 80 | 0 | F | 2B | D | 27 | 3C | 45 |
Octal | 337 | 276 | 200 | 0 | 17 | 53 | 15 | 47 | 74 | 105 |
Binary | 11011111 | 10111110 | 10000000 | 0 | 1111 | 101011 | 1101 | 100111 | 111100 | 1000101 |
Color Harmonies of #DFBE80
Complementary color
Monochromatic Colors of #DFBE80
Black with #DFBE80
Text Example
Text Example
White with #DFBE80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE80; }
p { color: rgb(223,190,128); }
H1.HeaderClassName
{
color: #DFBE80;
}
.AnyTagClassName
{
color: #DFBE80;
}
</style>
background-color css
<style>
a { background-color: #DFBE80; }
a { background-color: rgb(223,190,128); }
div.DivClassName
{
background-color: #DFBE80;
}
.BgClassName
{
background-color: #DFBE80;
}
</style>
border-color css
<style>
span { border-color: #DFBE80; }
span { border-color: rgb(223,190,128); }
td.TdClassName
{
border-color: #DFBE80;
}
.TagClassName
{
border-color: #DFBE80;
}
</style>