Shades of Chenin #DCBD74
Tints of Chenin #DCBD74
RGB
CMYK
RGB Variations
Color information
#DCBD74 (or 0xDCBD74) is known color: Chenin. HEX triplet: DC, BD and 74. RGB value is (220,189,116). Sum of RGB (Red+Green+Blue) = 220+189+116=525 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.90% from 525); Green value is 189 (74.22% from 255 or 36% from 525); Blue value is 116 (45.70% from 255 or 22.10% from 525); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBD74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBD74 is #23428B. Grayscale: #BEBEBE. Windows color (decimal): -2310796 or 7650780. OLE color: 7650780.
HSL color Cylindrical-coordinate representation of color #DCBD74: hue angle of 42.12º 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 #DCBD74 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 189 | 116 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 42.12º | 0.6% | 0.66% | - |
| HSV(B) | 42.12º | 0.47% | 0.86% | - |
| XYZ | 50.87 | 52.87 | 24.05 | - |
| YUV | 189.95 | 86.27 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 189 | 116 | 0 | 0.14 | 0.47 | 0.14 | 42.12 | 0.6 | 0.66 |
| Hex | DC | BD | 74 | 0 | E | 2F | E | 2A | 3C | 42 |
| Octal | 334 | 275 | 164 | 0 | 16 | 57 | 16 | 52 | 74 | 102 |
| Binary | 11011100 | 10111101 | 1110100 | 0 | 1110 | 101111 | 1110 | 101010 | 111100 | 1000010 |
Color Harmonies of #DCBD74
Complementary color
Monochromatic Colors of #DCBD74
Black with #DCBD74
Text Example
Text Example
White with #DCBD74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBD74; }
p { color: rgb(220,189,116); }
H1.HeaderClassName
{
color: #DCBD74;
}
.AnyTagClassName
{
color: #DCBD74;
}
</style>
background-color css
<style>
a { background-color: #DCBD74; }
a { background-color: rgb(220,189,116); }
div.DivClassName
{
background-color: #DCBD74;
}
.BgClassName
{
background-color: #DCBD74;
}
</style>
border-color css
<style>
span { border-color: #DCBD74; }
span { border-color: rgb(220,189,116); }
td.TdClassName
{
border-color: #DCBD74;
}
.TagClassName
{
border-color: #DCBD74;
}
</style>