Shades of Chenin #DCBF68
Tints of Chenin #DCBF68
RGB
CMYK
RGB Variations
Color information
#DCBF68 (or 0xDCBF68) is known color: Chenin. HEX triplet: DC, BF and 68. RGB value is (220,191,104). Sum of RGB (Red+Green+Blue) = 220+191+104=515 (68% of max value = 765). Red value is 220 (86.33% from 255 or 42.72% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 104 (41.02% from 255 or 20.19% from 515); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBF68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBF68 is #234097. Grayscale: #BEBEBE. Windows color (decimal): -2310296 or 6864860. OLE color: 6864860.
HSL color Cylindrical-coordinate representation of color #DCBF68: hue angle of 45º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCBF68 is Cyan = 0, Magento = 0.13, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 191 | 104 | - |
| CMYK | 0 | 0.13 | 0.53 | 0.14 |
| HSL | 45º | 0.62% | 0.64% | - |
| HSV(B) | 45º | 0.53% | 0.86% | - |
| XYZ | 50.64 | 53.48 | 20.75 | - |
| YUV | 189.75 | 79.61 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 191 | 104 | 0 | 0.13 | 0.53 | 0.14 | 45 | 0.62 | 0.64 |
| Hex | DC | BF | 68 | 0 | D | 35 | E | 2D | 3E | 40 |
| Octal | 334 | 277 | 150 | 0 | 15 | 65 | 16 | 55 | 76 | 100 |
| Binary | 11011100 | 10111111 | 1101000 | 0 | 1101 | 110101 | 1110 | 101101 | 111110 | 1000000 |
Color Harmonies of #DCBF68
Complementary color
Monochromatic Colors of #DCBF68
Black with #DCBF68
Text Example
Text Example
White with #DCBF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBF68; }
p { color: rgb(220,191,104); }
H1.HeaderClassName
{
color: #DCBF68;
}
.AnyTagClassName
{
color: #DCBF68;
}
</style>
background-color css
<style>
a { background-color: #DCBF68; }
a { background-color: rgb(220,191,104); }
div.DivClassName
{
background-color: #DCBF68;
}
.BgClassName
{
background-color: #DCBF68;
}
</style>
border-color css
<style>
span { border-color: #DCBF68; }
span { border-color: rgb(220,191,104); }
td.TdClassName
{
border-color: #DCBF68;
}
.TagClassName
{
border-color: #DCBF68;
}
</style>