Shades of Chenin #DFBD6E
Tints of Chenin #DFBD6E
RGB
CMYK
RGB Variations
Color information
#DFBD6E (or 0xDFBD6E) is known color: Chenin. HEX triplet: DF, BD and 6E. RGB value is (223,189,110). Sum of RGB (Red+Green+Blue) = 223+189+110=522 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.72% from 522); Green value is 189 (74.22% from 255 or 36.21% from 522); Blue value is 110 (43.36% from 255 or 21.07% from 522); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD6E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD6E is #204291. Grayscale: #BEBEBE. Windows color (decimal): -2114194 or 7257567. OLE color: 7257567.
HSL color Cylindrical-coordinate representation of color #DFBD6E: hue angle of 41.95º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DFBD6E is Cyan = 0, Magento = 0.15, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 110 | - |
| CMYK | 0 | 0.15 | 0.51 | 0.13 |
| HSL | 41.95º | 0.64% | 0.65% | - |
| HSV(B) | 41.95º | 0.51% | 0.87% | - |
| XYZ | 51.44 | 53.21 | 22.31 | - |
| YUV | 190.16 | 82.76 | 151.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 110 | 0 | 0.15 | 0.51 | 0.13 | 41.95 | 0.64 | 0.65 |
| Hex | DF | BD | 6E | 0 | F | 33 | D | 2A | 40 | 41 |
| Octal | 337 | 275 | 156 | 0 | 17 | 63 | 15 | 52 | 100 | 101 |
| Binary | 11011111 | 10111101 | 1101110 | 0 | 1111 | 110011 | 1101 | 101010 | 1000000 | 1000001 |
Color Harmonies of #DFBD6E
Complementary color
Monochromatic Colors of #DFBD6E
Black with #DFBD6E
Text Example
Text Example
White with #DFBD6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD6E; }
p { color: rgb(223,189,110); }
H1.HeaderClassName
{
color: #DFBD6E;
}
.AnyTagClassName
{
color: #DFBD6E;
}
</style>
background-color css
<style>
a { background-color: #DFBD6E; }
a { background-color: rgb(223,189,110); }
div.DivClassName
{
background-color: #DFBD6E;
}
.BgClassName
{
background-color: #DFBD6E;
}
</style>
border-color css
<style>
span { border-color: #DFBD6E; }
span { border-color: rgb(223,189,110); }
td.TdClassName
{
border-color: #DFBD6E;
}
.TagClassName
{
border-color: #DFBD6E;
}
</style>