Shades of Chenin #DCBC69
Tints of Chenin #DCBC69
RGB
CMYK
RGB Variations
Color information
#DCBC69 (or 0xDCBC69) is known color: Chenin. HEX triplet: DC, BC and 69. RGB value is (220,188,105). Sum of RGB (Red+Green+Blue) = 220+188+105=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 188 (73.83% from 255 or 36.65% from 513); Blue value is 105 (41.41% from 255 or 20.47% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBC69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBC69 is #234396. Grayscale: #BCBCBC. Windows color (decimal): -2311063 or 6929628. OLE color: 6929628.
HSL color Cylindrical-coordinate representation of color #DCBC69: hue angle of 43.3º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCBC69 is Cyan = 0, Magento = 0.15, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 188 | 105 | - |
| CMYK | 0 | 0.15 | 0.52 | 0.14 |
| HSL | 43.3º | 0.62% | 0.64% | - |
| HSV(B) | 43.3º | 0.52% | 0.86% | - |
| XYZ | 50.05 | 52.2 | 20.8 | - |
| YUV | 188.11 | 81.1 | 150.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 188 | 105 | 0 | 0.15 | 0.52 | 0.14 | 43.3 | 0.62 | 0.64 |
| Hex | DC | BC | 69 | 0 | F | 34 | E | 2B | 3E | 40 |
| Octal | 334 | 274 | 151 | 0 | 17 | 64 | 16 | 53 | 76 | 100 |
| Binary | 11011100 | 10111100 | 1101001 | 0 | 1111 | 110100 | 1110 | 101011 | 111110 | 1000000 |
Color Harmonies of #DCBC69
Complementary color
Monochromatic Colors of #DCBC69
Black with #DCBC69
Text Example
Text Example
White with #DCBC69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBC69; }
p { color: rgb(220,188,105); }
H1.HeaderClassName
{
color: #DCBC69;
}
.AnyTagClassName
{
color: #DCBC69;
}
</style>
background-color css
<style>
a { background-color: #DCBC69; }
a { background-color: rgb(220,188,105); }
div.DivClassName
{
background-color: #DCBC69;
}
.BgClassName
{
background-color: #DCBC69;
}
</style>
border-color css
<style>
span { border-color: #DCBC69; }
span { border-color: rgb(220,188,105); }
td.TdClassName
{
border-color: #DCBC69;
}
.TagClassName
{
border-color: #DCBC69;
}
</style>