Shades of Chenin #DCBE74
Tints of Chenin #DCBE74
RGB
CMYK
RGB Variations
Color information
#DCBE74 (or 0xDCBE74) is known color: Chenin. HEX triplet: DC, BE and 74. RGB value is (220,190,116). Sum of RGB (Red+Green+Blue) = 220+190+116=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 190 (74.61% from 255 or 36.12% from 526); Blue value is 116 (45.70% from 255 or 22.05% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCBE74 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCBE74 is #23418B. Grayscale: #BEBEBE. Windows color (decimal): -2310540 or 7651036. OLE color: 7651036.
HSL color Cylindrical-coordinate representation of color #DCBE74: hue angle of 42.69º 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 #DCBE74 is Cyan = 0, Magento = 0.14, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 190 | 116 | - |
| CMYK | 0 | 0.14 | 0.47 | 0.14 |
| HSL | 42.69º | 0.6% | 0.66% | - |
| HSV(B) | 42.69º | 0.47% | 0.86% | - |
| XYZ | 51.08 | 53.3 | 24.12 | - |
| YUV | 190.53 | 85.94 | 149.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 190 | 116 | 0 | 0.14 | 0.47 | 0.14 | 42.69 | 0.6 | 0.66 |
| Hex | DC | BE | 74 | 0 | E | 2F | E | 2B | 3C | 42 |
| Octal | 334 | 276 | 164 | 0 | 16 | 57 | 16 | 53 | 74 | 102 |
| Binary | 11011100 | 10111110 | 1110100 | 0 | 1110 | 101111 | 1110 | 101011 | 111100 | 1000010 |
Color Harmonies of #DCBE74
Complementary color
Monochromatic Colors of #DCBE74
Black with #DCBE74
Text Example
Text Example
White with #DCBE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCBE74; }
p { color: rgb(220,190,116); }
H1.HeaderClassName
{
color: #DCBE74;
}
.AnyTagClassName
{
color: #DCBE74;
}
</style>
background-color css
<style>
a { background-color: #DCBE74; }
a { background-color: rgb(220,190,116); }
div.DivClassName
{
background-color: #DCBE74;
}
.BgClassName
{
background-color: #DCBE74;
}
</style>
border-color css
<style>
span { border-color: #DCBE74; }
span { border-color: rgb(220,190,116); }
td.TdClassName
{
border-color: #DCBE74;
}
.TagClassName
{
border-color: #DCBE74;
}
</style>