Shades of Chenin #DCCB69
Tints of Chenin #DCCB69
RGB
CMYK
RGB Variations
Color information
#DCCB69 (or 0xDCCB69) is known color: Chenin. HEX triplet: DC, CB and 69. RGB value is (220,203,105). Sum of RGB (Red+Green+Blue) = 220+203+105=528 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.67% from 528); Green value is 203 (79.69% from 255 or 38.45% from 528); Blue value is 105 (41.41% from 255 or 19.89% from 528); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB69 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB69 is #233496. Grayscale: #C5C5C5. Windows color (decimal): -2307223 or 6933468. OLE color: 6933468.
HSL color Cylindrical-coordinate representation of color #DCCB69: hue angle of 51.13º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DCCB69 is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 105 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.14 |
| HSL | 51.13º | 0.62% | 0.64% | - |
| HSV(B) | 51.13º | 0.52% | 0.86% | - |
| XYZ | 53.42 | 58.95 | 21.93 | - |
| YUV | 196.91 | 76.13 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 105 | 0 | 0.08 | 0.52 | 0.14 | 51.13 | 0.62 | 0.64 |
| Hex | DC | CB | 69 | 0 | 8 | 34 | E | 33 | 3E | 40 |
| Octal | 334 | 313 | 151 | 0 | 10 | 64 | 16 | 63 | 76 | 100 |
| Binary | 11011100 | 11001011 | 1101001 | 0 | 1000 | 110100 | 1110 | 110011 | 111110 | 1000000 |
Color Harmonies of #DCCB69
Complementary color
Monochromatic Colors of #DCCB69
Black with #DCCB69
Text Example
Text Example
White with #DCCB69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB69; }
p { color: rgb(220,203,105); }
H1.HeaderClassName
{
color: #DCCB69;
}
.AnyTagClassName
{
color: #DCCB69;
}
</style>
background-color css
<style>
a { background-color: #DCCB69; }
a { background-color: rgb(220,203,105); }
div.DivClassName
{
background-color: #DCCB69;
}
.BgClassName
{
background-color: #DCCB69;
}
</style>
border-color css
<style>
span { border-color: #DCCB69; }
span { border-color: rgb(220,203,105); }
td.TdClassName
{
border-color: #DCCB69;
}
.TagClassName
{
border-color: #DCCB69;
}
</style>