Shades of Chenin #DDC769
Tints of Chenin #DDC769
RGB
CMYK
RGB Variations
Color information
#DDC769 (or 0xDDC769) is known color: Chenin. HEX triplet: DD, C7 and 69. RGB value is (221,199,105). Sum of RGB (Red+Green+Blue) = 221+199+105=525 (69% of max value = 765). Red value is 221 (86.72% from 255 or 42.10% from 525); Green value is 199 (78.12% from 255 or 37.90% from 525); Blue value is 105 (41.41% from 255 or 20% from 525); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC769 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DDC769 is #223896. Grayscale: #C3C3C3. Windows color (decimal): -2242711 or 6932445. OLE color: 6932445.
HSL color Cylindrical-coordinate representation of color #DDC769: hue angle of 48.62º 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 #DDC769 is Cyan = 0, Magento = 0.10, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 199 | 105 | - |
| CMYK | 0 | 0.10 | 0.52 | 0.13 |
| HSL | 48.62º | 0.63% | 0.64% | - |
| HSV(B) | 48.62º | 0.52% | 0.87% | - |
| XYZ | 52.79 | 57.24 | 21.63 | - |
| YUV | 194.86 | 77.29 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 199 | 105 | 0 | 0.10 | 0.52 | 0.13 | 48.62 | 0.63 | 0.64 |
| Hex | DD | C7 | 69 | 0 | A | 34 | D | 31 | 3F | 40 |
| Octal | 335 | 307 | 151 | 0 | 12 | 64 | 15 | 61 | 77 | 100 |
| Binary | 11011101 | 11000111 | 1101001 | 0 | 1010 | 110100 | 1101 | 110001 | 111111 | 1000000 |
Color Harmonies of #DDC769
Complementary color
Monochromatic Colors of #DDC769
Black with #DDC769
Text Example
Text Example
White with #DDC769
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDC769; }
p { color: rgb(221,199,105); }
H1.HeaderClassName
{
color: #DDC769;
}
.AnyTagClassName
{
color: #DDC769;
}
</style>
background-color css
<style>
a { background-color: #DDC769; }
a { background-color: rgb(221,199,105); }
div.DivClassName
{
background-color: #DDC769;
}
.BgClassName
{
background-color: #DDC769;
}
</style>
border-color css
<style>
span { border-color: #DDC769; }
span { border-color: rgb(221,199,105); }
td.TdClassName
{
border-color: #DDC769;
}
.TagClassName
{
border-color: #DDC769;
}
</style>