Shades of Chenin #DCBF75
Tints of Chenin #DCBF75
RGB
CMYK
RGB Variations
Color information
#DCBF75 (or 0xDCBF75) is known color: Chenin. HEX triplet: DC, BF and 75. RGB value is (220,191,117). Sum of RGB (Red+Green+Blue) = 220+191+117=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 191 (75% from 255 or 36.17% from 528); Blue value is 117 (46.09% from 255 or 22.16% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF75 is #23408A. Grayscale: #BFBFBF. Windows color (decimal): -2310283 or 7716828. OLE color: 7716828.
HSL color Cylindrical-coordinate representation of color #DCBF75: hue angle of 43.11º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DCBF75 is Cyan = 0, Magento = 0.13, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 117 | - |
| CMYK | 0 | 0.13 | 0.47 | 0.14 |
| HSL | 43.11º | 0.6% | 0.66% | - |
| HSV(B) | 43.11º | 0.47% | 0.86% | - |
| XYZ | 51.36 | 53.76 | 24.5 | - |
| YUV | 191.24 | 86.11 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 117 | 0 | 0.13 | 0.47 | 0.14 | 43.11 | 0.6 | 0.66 |
| Hex | DC | BF | 75 | 0 | D | 2F | E | 2B | 3C | 42 |
| Octal | 334 | 277 | 165 | 0 | 15 | 57 | 16 | 53 | 74 | 102 |
| Binary | 11011100 | 10111111 | 1110101 | 0 | 1101 | 101111 | 1110 | 101011 | 111100 | 1000010 |
Color Harmonies of #DCBF75
Complementary color
Monochromatic Colors of #DCBF75
Black with #DCBF75
Text Example
Text Example
White with #DCBF75
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF75; }
p { color: rgb(220,191,117); }
H1.HeaderClassName
{
color: #DCBF75;
}
.AnyTagClassName
{
color: #DCBF75;
}
</style>
background-color css
<style>
a { background-color: #DCBF75; }
a { background-color: rgb(220,191,117); }
div.DivClassName
{
background-color: #DCBF75;
}
.BgClassName
{
background-color: #DCBF75;
}
</style>
border-color css
<style>
span { border-color: #DCBF75; }
span { border-color: rgb(220,191,117); }
td.TdClassName
{
border-color: #DCBF75;
}
.TagClassName
{
border-color: #DCBF75;
}
</style>