Shades of Chenin #D9C269
Tints of Chenin #D9C269
RGB
CMYK
RGB Variations
Color information
#D9C269 (or 0xD9C269) is known color: Chenin. HEX triplet: D9, C2 and 69. RGB value is (217,194,105). Sum of RGB (Red+Green+Blue) = 217+194+105=516 (68% of max value = 765). Red value is 217 (85.16% from 255 or 42.05% from 516); Green value is 194 (76.17% from 255 or 37.60% from 516); Blue value is 105 (41.41% from 255 or 20.35% from 516); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C269 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C269 is #263D96. Grayscale: #BFBFBF. Windows color (decimal): -2506135 or 6931161. OLE color: 6931161.
HSL color Cylindrical-coordinate representation of color #D9C269: hue angle of 47.68º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D9C269 is Cyan = 0, Magento = 0.11, Yellow = 0.52 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 105 | - |
| CMYK | 0 | 0.11 | 0.52 | 0.15 |
| HSL | 47.68º | 0.6% | 0.63% | - |
| HSV(B) | 47.68º | 0.52% | 0.85% | - |
| XYZ | 50.46 | 54.36 | 21.2 | - |
| YUV | 190.73 | 79.62 | 146.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 105 | 0 | 0.11 | 0.52 | 0.15 | 47.68 | 0.6 | 0.63 |
| Hex | D9 | C2 | 69 | 0 | B | 34 | F | 30 | 3C | 3F |
| Octal | 331 | 302 | 151 | 0 | 13 | 64 | 17 | 60 | 74 | 77 |
| Binary | 11011001 | 11000010 | 1101001 | 0 | 1011 | 110100 | 1111 | 110000 | 111100 | 111111 |
Color Harmonies of #D9C269
Complementary color
Monochromatic Colors of #D9C269
Black with #D9C269
Text Example
Text Example
White with #D9C269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C269; }
p { color: rgb(217,194,105); }
H1.HeaderClassName
{
color: #D9C269;
}
.AnyTagClassName
{
color: #D9C269;
}
</style>
background-color css
<style>
a { background-color: #D9C269; }
a { background-color: rgb(217,194,105); }
div.DivClassName
{
background-color: #D9C269;
}
.BgClassName
{
background-color: #D9C269;
}
</style>
border-color css
<style>
span { border-color: #D9C269; }
span { border-color: rgb(217,194,105); }
td.TdClassName
{
border-color: #D9C269;
}
.TagClassName
{
border-color: #D9C269;
}
</style>