Shades of Chenin #DDC765
Tints of Chenin #DDC765
RGB
CMYK
RGB Variations
Color information
#DDC765 (or 0xDDC765) is known color: Chenin. HEX triplet: DD, C7 and 65. RGB value is (221,199,101). Sum of RGB (Red+Green+Blue) = 221+199+101=521 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.42% from 521); Green value is 199 (78.12% from 255 or 38.20% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC765 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC765 is #22389A. Grayscale: #C2C2C2. Windows color (decimal): -2242715 or 6670301. OLE color: 6670301.
HSL color Cylindrical-coordinate representation of color #DDC765: hue angle of 49º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DDC765 is Cyan = 0, Magento = 0.10, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 101 | - |
| CMYK | 0 | 0.10 | 0.54 | 0.13 |
| HSL | 49º | 0.64% | 0.63% | - |
| HSV(B) | 49º | 0.54% | 0.87% | - |
| XYZ | 52.59 | 57.16 | 20.57 | - |
| YUV | 194.41 | 75.29 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 101 | 0 | 0.10 | 0.54 | 0.13 | 49 | 0.64 | 0.63 |
| Hex | DD | C7 | 65 | 0 | A | 36 | D | 31 | 40 | 3F |
| Octal | 335 | 307 | 145 | 0 | 12 | 66 | 15 | 61 | 100 | 77 |
| Binary | 11011101 | 11000111 | 1100101 | 0 | 1010 | 110110 | 1101 | 110001 | 1000000 | 111111 |
Color Harmonies of #DDC765
Complementary color
Monochromatic Colors of #DDC765
Black with #DDC765
Text Example
Text Example
White with #DDC765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC765; }
p { color: rgb(221,199,101); }
H1.HeaderClassName
{
color: #DDC765;
}
.AnyTagClassName
{
color: #DDC765;
}
</style>
background-color css
<style>
a { background-color: #DDC765; }
a { background-color: rgb(221,199,101); }
div.DivClassName
{
background-color: #DDC765;
}
.BgClassName
{
background-color: #DDC765;
}
</style>
border-color css
<style>
span { border-color: #DDC765; }
span { border-color: rgb(221,199,101); }
td.TdClassName
{
border-color: #DDC765;
}
.TagClassName
{
border-color: #DDC765;
}
</style>