Shades of Chenin #DCBD68
Tints of Chenin #DCBD68
RGB
CMYK
RGB Variations
Color information
#DCBD68 (or 0xDCBD68) is known color: Chenin. HEX triplet: DC, BD and 68. RGB value is (220,189,104). Sum of RGB (Red+Green+Blue) = 220+189+104=513 (67% of max value = 765). Red value is 220 (86.33% from 255 or 42.88% from 513); Green value is 189 (74.22% from 255 or 36.84% from 513); Blue value is 104 (41.02% from 255 or 20.27% from 513); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD68 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD68 is #234297. Grayscale: #BCBCBC. Windows color (decimal): -2310808 or 6864348. OLE color: 6864348.
HSL color Cylindrical-coordinate representation of color #DCBD68: hue angle of 43.97º 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 #DCBD68 is Cyan = 0, Magento = 0.14, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 104 | - |
| CMYK | 0 | 0.14 | 0.53 | 0.14 |
| HSL | 43.97º | 0.62% | 0.64% | - |
| HSV(B) | 43.97º | 0.53% | 0.86% | - |
| XYZ | 50.21 | 52.61 | 20.61 | - |
| YUV | 188.58 | 80.27 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 104 | 0 | 0.14 | 0.53 | 0.14 | 43.97 | 0.62 | 0.64 |
| Hex | DC | BD | 68 | 0 | E | 35 | E | 2C | 3E | 40 |
| Octal | 334 | 275 | 150 | 0 | 16 | 65 | 16 | 54 | 76 | 100 |
| Binary | 11011100 | 10111101 | 1101000 | 0 | 1110 | 110101 | 1110 | 101100 | 111110 | 1000000 |
Color Harmonies of #DCBD68
Complementary color
Monochromatic Colors of #DCBD68
Black with #DCBD68
Text Example
Text Example
White with #DCBD68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD68; }
p { color: rgb(220,189,104); }
H1.HeaderClassName
{
color: #DCBD68;
}
.AnyTagClassName
{
color: #DCBD68;
}
</style>
background-color css
<style>
a { background-color: #DCBD68; }
a { background-color: rgb(220,189,104); }
div.DivClassName
{
background-color: #DCBD68;
}
.BgClassName
{
background-color: #DCBD68;
}
</style>
border-color css
<style>
span { border-color: #DCBD68; }
span { border-color: rgb(220,189,104); }
td.TdClassName
{
border-color: #DCBD68;
}
.TagClassName
{
border-color: #DCBD68;
}
</style>