Shades of Chenin #DCCB67
Tints of Chenin #DCCB67
RGB
CMYK
RGB Variations
Color information
#DCCB67 (or 0xDCCB67) is known color: Chenin. HEX triplet: DC, CB and 67. RGB value is (220,203,103). Sum of RGB (Red+Green+Blue) = 220+203+103=526 (69% of max value = 765). Red value is 220 (86.33% from 255 or 41.83% from 526); Green value is 203 (79.69% from 255 or 38.59% from 526); Blue value is 103 (40.62% from 255 or 19.58% from 526); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCB67 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DCCB67 is #233498. Grayscale: #C5C5C5. Windows color (decimal): -2307225 or 6802396. OLE color: 6802396.
HSL color Cylindrical-coordinate representation of color #DCCB67: hue angle of 51.28º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DCCB67 is Cyan = 0, Magento = 0.08, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 203 | 103 | - |
| CMYK | 0 | 0.08 | 0.53 | 0.14 |
| HSL | 51.28º | 0.63% | 0.63% | - |
| HSV(B) | 51.28º | 0.53% | 0.86% | - |
| XYZ | 53.32 | 58.91 | 21.39 | - |
| YUV | 196.68 | 75.13 | 144.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 203 | 103 | 0 | 0.08 | 0.53 | 0.14 | 51.28 | 0.63 | 0.63 |
| Hex | DC | CB | 67 | 0 | 8 | 35 | E | 33 | 3F | 3F |
| Octal | 334 | 313 | 147 | 0 | 10 | 65 | 16 | 63 | 77 | 77 |
| Binary | 11011100 | 11001011 | 1100111 | 0 | 1000 | 110101 | 1110 | 110011 | 111111 | 111111 |
Color Harmonies of #DCCB67
Complementary color
Monochromatic Colors of #DCCB67
Black with #DCCB67
Text Example
Text Example
White with #DCCB67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCCB67; }
p { color: rgb(220,203,103); }
H1.HeaderClassName
{
color: #DCCB67;
}
.AnyTagClassName
{
color: #DCCB67;
}
</style>
background-color css
<style>
a { background-color: #DCCB67; }
a { background-color: rgb(220,203,103); }
div.DivClassName
{
background-color: #DCCB67;
}
.BgClassName
{
background-color: #DCCB67;
}
</style>
border-color css
<style>
span { border-color: #DCCB67; }
span { border-color: rgb(220,203,103); }
td.TdClassName
{
border-color: #DCCB67;
}
.TagClassName
{
border-color: #DCCB67;
}
</style>