Shades of Chenin #DFBE72
Tints of Chenin #DFBE72
RGB
CMYK
RGB Variations
Color information
#DFBE72 (or 0xDFBE72) is known color: Chenin. HEX triplet: DF, BE and 72. RGB value is (223,190,114). Sum of RGB (Red+Green+Blue) = 223+190+114=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 190 (74.61% from 255 or 36.05% from 527); Blue value is 114 (44.92% from 255 or 21.63% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBE72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBE72 is #20418D. Grayscale: #BFBFBF. Windows color (decimal): -2113934 or 7519967. OLE color: 7519967.
HSL color Cylindrical-coordinate representation of color #DFBE72: hue angle of 41.83º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DFBE72 is Cyan = 0, Magento = 0.15, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 190 | 114 | - |
| CMYK | 0 | 0.15 | 0.49 | 0.13 |
| HSL | 41.83º | 0.63% | 0.66% | - |
| HSV(B) | 41.83º | 0.49% | 0.87% | - |
| XYZ | 51.88 | 53.73 | 23.56 | - |
| YUV | 191.2 | 84.43 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 190 | 114 | 0 | 0.15 | 0.49 | 0.13 | 41.83 | 0.63 | 0.66 |
| Hex | DF | BE | 72 | 0 | F | 31 | D | 2A | 3F | 42 |
| Octal | 337 | 276 | 162 | 0 | 17 | 61 | 15 | 52 | 77 | 102 |
| Binary | 11011111 | 10111110 | 1110010 | 0 | 1111 | 110001 | 1101 | 101010 | 111111 | 1000010 |
Color Harmonies of #DFBE72
Complementary color
Monochromatic Colors of #DFBE72
Black with #DFBE72
Text Example
Text Example
White with #DFBE72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBE72; }
p { color: rgb(223,190,114); }
H1.HeaderClassName
{
color: #DFBE72;
}
.AnyTagClassName
{
color: #DFBE72;
}
</style>
background-color css
<style>
a { background-color: #DFBE72; }
a { background-color: rgb(223,190,114); }
div.DivClassName
{
background-color: #DFBE72;
}
.BgClassName
{
background-color: #DFBE72;
}
</style>
border-color css
<style>
span { border-color: #DFBE72; }
span { border-color: rgb(223,190,114); }
td.TdClassName
{
border-color: #DFBE72;
}
.TagClassName
{
border-color: #DFBE72;
}
</style>