Shades of Chenin #DCCB6B
Tints of Chenin #DCCB6B
RGB
CMYK
RGB Variations
Color information
#DCCB6B (or 0xDCCB6B) is known color: Chenin. HEX triplet: DC, CB and 6B. RGB value is (220,203,107). Sum of RGB (Red+Green+Blue) = 220+203+107=530 (70% of max value = 765). Red value is 220 (86.33% from 255 or 41.51% from 530); Green value is 203 (79.69% from 255 or 38.30% from 530); Blue value is 107 (42.19% from 255 or 20.19% from 530); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB6B is #233494. Grayscale: #C5C5C5. Windows color (decimal): -2307221 or 7064540. OLE color: 7064540.
HSL color Cylindrical-coordinate representation of color #DCCB6B: hue angle of 50.97º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DCCB6B is Cyan = 0, Magento = 0.08, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 107 | - |
| CMYK | 0 | 0.08 | 0.51 | 0.14 |
| HSL | 50.97º | 0.62% | 0.64% | - |
| HSV(B) | 50.97º | 0.51% | 0.86% | - |
| XYZ | 53.52 | 58.99 | 22.47 | - |
| YUV | 197.14 | 77.13 | 144.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 107 | 0 | 0.08 | 0.51 | 0.14 | 50.97 | 0.62 | 0.64 |
| Hex | DC | CB | 6B | 0 | 8 | 33 | E | 33 | 3E | 40 |
| Octal | 334 | 313 | 153 | 0 | 10 | 63 | 16 | 63 | 76 | 100 |
| Binary | 11011100 | 11001011 | 1101011 | 0 | 1000 | 110011 | 1110 | 110011 | 111110 | 1000000 |
Color Harmonies of #DCCB6B
Complementary color
Monochromatic Colors of #DCCB6B
Black with #DCCB6B
Text Example
Text Example
White with #DCCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB6B; }
p { color: rgb(220,203,107); }
H1.HeaderClassName
{
color: #DCCB6B;
}
.AnyTagClassName
{
color: #DCCB6B;
}
</style>
background-color css
<style>
a { background-color: #DCCB6B; }
a { background-color: rgb(220,203,107); }
div.DivClassName
{
background-color: #DCCB6B;
}
.BgClassName
{
background-color: #DCCB6B;
}
</style>
border-color css
<style>
span { border-color: #DCCB6B; }
span { border-color: rgb(220,203,107); }
td.TdClassName
{
border-color: #DCCB6B;
}
.TagClassName
{
border-color: #DCCB6B;
}
</style>