Shades of Chenin #DFBD68
Tints of Chenin #DFBD68
RGB
CMYK
RGB Variations
Color information
#DFBD68 (or 0xDFBD68) is known color: Chenin. HEX triplet: DF, BD and 68. RGB value is (223,189,104). Sum of RGB (Red+Green+Blue) = 223+189+104=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 104 (41.02% from 255 or 20.16% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD68 is #204297. Grayscale: #BDBDBD. Windows color (decimal): -2114200 or 6864351. OLE color: 6864351.
HSL color Cylindrical-coordinate representation of color #DFBD68: hue angle of 42.86º degrees, saturation: 0.65, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DFBD68 is Cyan = 0, Magento = 0.15, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 104 | - |
| CMYK | 0 | 0.15 | 0.53 | 0.13 |
| HSL | 42.86º | 0.65% | 0.64% | - |
| HSV(B) | 42.86º | 0.53% | 0.87% | - |
| XYZ | 51.13 | 53.08 | 20.65 | - |
| YUV | 189.48 | 79.76 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 104 | 0 | 0.15 | 0.53 | 0.13 | 42.86 | 0.65 | 0.64 |
| Hex | DF | BD | 68 | 0 | F | 35 | D | 2B | 41 | 40 |
| Octal | 337 | 275 | 150 | 0 | 17 | 65 | 15 | 53 | 101 | 100 |
| Binary | 11011111 | 10111101 | 1101000 | 0 | 1111 | 110101 | 1101 | 101011 | 1000001 | 1000000 |
Color Harmonies of #DFBD68
Complementary color
Monochromatic Colors of #DFBD68
Black with #DFBD68
Text Example
Text Example
White with #DFBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD68; }
p { color: rgb(223,189,104); }
H1.HeaderClassName
{
color: #DFBD68;
}
.AnyTagClassName
{
color: #DFBD68;
}
</style>
background-color css
<style>
a { background-color: #DFBD68; }
a { background-color: rgb(223,189,104); }
div.DivClassName
{
background-color: #DFBD68;
}
.BgClassName
{
background-color: #DFBD68;
}
</style>
border-color css
<style>
span { border-color: #DFBD68; }
span { border-color: rgb(223,189,104); }
td.TdClassName
{
border-color: #DFBD68;
}
.TagClassName
{
border-color: #DFBD68;
}
</style>