Shades of Chenin #DFCB6F
Tints of Chenin #DFCB6F
RGB
CMYK
RGB Variations
Color information
#DFCB6F (or 0xDFCB6F) is known color: Chenin. HEX triplet: DF, CB and 6F. RGB value is (223,203,111). Sum of RGB (Red+Green+Blue) = 223+203+111=537 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.53% from 537); Green value is 203 (79.69% from 255 or 37.80% from 537); Blue value is 111 (43.75% from 255 or 20.67% from 537); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB6F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB6F is #203490. Grayscale: #C6C6C6. Windows color (decimal): -2110609 or 7326687. OLE color: 7326687.
HSL color Cylindrical-coordinate representation of color #DFCB6F: hue angle of 49.29º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DFCB6F is Cyan = 0, Magento = 0.09, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 111 | - |
| CMYK | 0 | 0.09 | 0.50 | 0.13 |
| HSL | 49.29º | 0.64% | 0.65% | - |
| HSV(B) | 49.29º | 0.5% | 0.87% | - |
| XYZ | 54.66 | 59.55 | 23.65 | - |
| YUV | 198.49 | 78.63 | 145.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 111 | 0 | 0.09 | 0.50 | 0.13 | 49.29 | 0.64 | 0.65 |
| Hex | DF | CB | 6F | 0 | 9 | 32 | D | 31 | 40 | 41 |
| Octal | 337 | 313 | 157 | 0 | 11 | 62 | 15 | 61 | 100 | 101 |
| Binary | 11011111 | 11001011 | 1101111 | 0 | 1001 | 110010 | 1101 | 110001 | 1000000 | 1000001 |
Color Harmonies of #DFCB6F
Complementary color
Monochromatic Colors of #DFCB6F
Black with #DFCB6F
Text Example
Text Example
White with #DFCB6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB6F; }
p { color: rgb(223,203,111); }
H1.HeaderClassName
{
color: #DFCB6F;
}
.AnyTagClassName
{
color: #DFCB6F;
}
</style>
background-color css
<style>
a { background-color: #DFCB6F; }
a { background-color: rgb(223,203,111); }
div.DivClassName
{
background-color: #DFCB6F;
}
.BgClassName
{
background-color: #DFCB6F;
}
</style>
border-color css
<style>
span { border-color: #DFCB6F; }
span { border-color: rgb(223,203,111); }
td.TdClassName
{
border-color: #DFCB6F;
}
.TagClassName
{
border-color: #DFCB6F;
}
</style>