Shades of Chenin #DFBD6B
Tints of Chenin #DFBD6B
RGB
CMYK
RGB Variations
Color information
#DFBD6B (or 0xDFBD6B) is known color: Chenin. HEX triplet: DF, BD and 6B. RGB value is (223,189,107). Sum of RGB (Red+Green+Blue) = 223+189+107=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 189 (74.22% from 255 or 36.42% from 519); Blue value is 107 (42.19% from 255 or 20.62% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DFBD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFBD6B is #204294. Grayscale: #BEBEBE. Windows color (decimal): -2114197 or 7060959. OLE color: 7060959.
HSL color Cylindrical-coordinate representation of color #DFBD6B: hue angle of 42.41º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DFBD6B is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 189 | 107 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.13 |
| HSL | 42.41º | 0.64% | 0.65% | - |
| HSV(B) | 42.41º | 0.52% | 0.87% | - |
| XYZ | 51.28 | 53.14 | 21.46 | - |
| YUV | 189.82 | 81.26 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 189 | 107 | 0 | 0.15 | 0.52 | 0.13 | 42.41 | 0.64 | 0.65 |
| Hex | DF | BD | 6B | 0 | F | 34 | D | 2A | 40 | 41 |
| Octal | 337 | 275 | 153 | 0 | 17 | 64 | 15 | 52 | 100 | 101 |
| Binary | 11011111 | 10111101 | 1101011 | 0 | 1111 | 110100 | 1101 | 101010 | 1000000 | 1000001 |
Color Harmonies of #DFBD6B
Complementary color
Monochromatic Colors of #DFBD6B
Black with #DFBD6B
Text Example
Text Example
White with #DFBD6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFBD6B; }
p { color: rgb(223,189,107); }
H1.HeaderClassName
{
color: #DFBD6B;
}
.AnyTagClassName
{
color: #DFBD6B;
}
</style>
background-color css
<style>
a { background-color: #DFBD6B; }
a { background-color: rgb(223,189,107); }
div.DivClassName
{
background-color: #DFBD6B;
}
.BgClassName
{
background-color: #DFBD6B;
}
</style>
border-color css
<style>
span { border-color: #DFBD6B; }
span { border-color: rgb(223,189,107); }
td.TdClassName
{
border-color: #DFBD6B;
}
.TagClassName
{
border-color: #DFBD6B;
}
</style>