Shades of Chenin #DDCB6B
Tints of Chenin #DDCB6B
RGB
CMYK
RGB Variations
Color information
#DDCB6B (or 0xDDCB6B) is known color: Chenin. HEX triplet: DD, CB and 6B. RGB value is (221,203,107). Sum of RGB (Red+Green+Blue) = 221+203+107=531 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.62% from 531); Green value is 203 (79.69% from 255 or 38.23% from 531); Blue value is 107 (42.19% from 255 or 20.15% from 531); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCB6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDCB6B is #223494. Grayscale: #C5C5C5. Windows color (decimal): -2241685 or 7064541. OLE color: 7064541.
HSL color Cylindrical-coordinate representation of color #DDCB6B: hue angle of 50.53º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DDCB6B is Cyan = 0, Magento = 0.08, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 203 | 107 | - |
| CMYK | 0 | 0.08 | 0.52 | 0.13 |
| HSL | 50.53º | 0.63% | 0.64% | - |
| HSV(B) | 50.53º | 0.52% | 0.87% | - |
| XYZ | 53.83 | 59.15 | 22.49 | - |
| YUV | 197.44 | 76.96 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 203 | 107 | 0 | 0.08 | 0.52 | 0.13 | 50.53 | 0.63 | 0.64 |
| Hex | DD | CB | 6B | 0 | 8 | 34 | D | 33 | 3F | 40 |
| Octal | 335 | 313 | 153 | 0 | 10 | 64 | 15 | 63 | 77 | 100 |
| Binary | 11011101 | 11001011 | 1101011 | 0 | 1000 | 110100 | 1101 | 110011 | 111111 | 1000000 |
Color Harmonies of #DDCB6B
Complementary color
Monochromatic Colors of #DDCB6B
Black with #DDCB6B
Text Example
Text Example
White with #DDCB6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCB6B; }
p { color: rgb(221,203,107); }
H1.HeaderClassName
{
color: #DDCB6B;
}
.AnyTagClassName
{
color: #DDCB6B;
}
</style>
background-color css
<style>
a { background-color: #DDCB6B; }
a { background-color: rgb(221,203,107); }
div.DivClassName
{
background-color: #DDCB6B;
}
.BgClassName
{
background-color: #DDCB6B;
}
</style>
border-color css
<style>
span { border-color: #DDCB6B; }
span { border-color: rgb(221,203,107); }
td.TdClassName
{
border-color: #DDCB6B;
}
.TagClassName
{
border-color: #DDCB6B;
}
</style>