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