Shades of Chenin #DFCB75
Tints of Chenin #DFCB75
RGB
CMYK
RGB Variations
Color information
#DFCB75 (or 0xDFCB75) is known color: Chenin. HEX triplet: DF, CB and 75. RGB value is (223,203,117). Sum of RGB (Red+Green+Blue) = 223+203+117=543 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.07% from 543); Green value is 203 (79.69% from 255 or 37.38% from 543); Blue value is 117 (46.09% from 255 or 21.55% from 543); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCB75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DFCB75 is #20348A. Grayscale: #C7C7C7. Windows color (decimal): -2110603 or 7719903. OLE color: 7719903.
HSL color Cylindrical-coordinate representation of color #DFCB75: hue angle of 48.68º degrees, saturation: 0.62, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DFCB75 is Cyan = 0, Magento = 0.09, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 203 | 117 | - |
| CMYK | 0 | 0.09 | 0.48 | 0.13 |
| HSL | 48.68º | 0.62% | 0.67% | - |
| HSV(B) | 48.68º | 0.48% | 0.87% | - |
| XYZ | 55 | 59.68 | 25.45 | - |
| YUV | 199.18 | 81.63 | 144.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 203 | 117 | 0 | 0.09 | 0.48 | 0.13 | 48.68 | 0.62 | 0.67 |
| Hex | DF | CB | 75 | 0 | 9 | 30 | D | 31 | 3E | 43 |
| Octal | 337 | 313 | 165 | 0 | 11 | 60 | 15 | 61 | 76 | 103 |
| Binary | 11011111 | 11001011 | 1110101 | 0 | 1001 | 110000 | 1101 | 110001 | 111110 | 1000011 |
Color Harmonies of #DFCB75
Complementary color
Monochromatic Colors of #DFCB75
Black with #DFCB75
Text Example
Text Example
White with #DFCB75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCB75; }
p { color: rgb(223,203,117); }
H1.HeaderClassName
{
color: #DFCB75;
}
.AnyTagClassName
{
color: #DFCB75;
}
</style>
background-color css
<style>
a { background-color: #DFCB75; }
a { background-color: rgb(223,203,117); }
div.DivClassName
{
background-color: #DFCB75;
}
.BgClassName
{
background-color: #DFCB75;
}
</style>
border-color css
<style>
span { border-color: #DFCB75; }
span { border-color: rgb(223,203,117); }
td.TdClassName
{
border-color: #DFCB75;
}
.TagClassName
{
border-color: #DFCB75;
}
</style>