Shades of Chenin #D9C27A
Tints of Chenin #D9C27A
RGB
CMYK
RGB Variations
Color information
#D9C27A (or 0xD9C27A) is known color: Chenin. HEX triplet: D9, C2 and 7A. RGB value is (217,194,122). Sum of RGB (Red+Green+Blue) = 217+194+122=533 (70% of max value = 765). Red value is 217 (85.16% from 255 or 40.71% from 533); Green value is 194 (76.17% from 255 or 36.40% from 533); Blue value is 122 (48.05% from 255 or 22.89% from 533); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C27A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D9C27A is #263D85. Grayscale: #C0C0C0. Windows color (decimal): -2506118 or 8045273. OLE color: 8045273.
HSL color Cylindrical-coordinate representation of color #D9C27A: hue angle of 45.47º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D9C27A is Cyan = 0, Magento = 0.11, Yellow = 0.44 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 194 | 122 | - |
| CMYK | 0 | 0.11 | 0.44 | 0.15 |
| HSL | 45.47º | 0.56% | 0.66% | - |
| HSV(B) | 45.47º | 0.44% | 0.85% | - |
| XYZ | 51.42 | 54.74 | 26.27 | - |
| YUV | 192.67 | 88.12 | 145.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 194 | 122 | 0 | 0.11 | 0.44 | 0.15 | 45.47 | 0.56 | 0.66 |
| Hex | D9 | C2 | 7A | 0 | B | 2C | F | 2D | 38 | 42 |
| Octal | 331 | 302 | 172 | 0 | 13 | 54 | 17 | 55 | 70 | 102 |
| Binary | 11011001 | 11000010 | 1111010 | 0 | 1011 | 101100 | 1111 | 101101 | 111000 | 1000010 |
Color Harmonies of #D9C27A
Complementary color
Monochromatic Colors of #D9C27A
Black with #D9C27A
Text Example
Text Example
White with #D9C27A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C27A; }
p { color: rgb(217,194,122); }
H1.HeaderClassName
{
color: #D9C27A;
}
.AnyTagClassName
{
color: #D9C27A;
}
</style>
background-color css
<style>
a { background-color: #D9C27A; }
a { background-color: rgb(217,194,122); }
div.DivClassName
{
background-color: #D9C27A;
}
.BgClassName
{
background-color: #D9C27A;
}
</style>
border-color css
<style>
span { border-color: #D9C27A; }
span { border-color: rgb(217,194,122); }
td.TdClassName
{
border-color: #D9C27A;
}
.TagClassName
{
border-color: #D9C27A;
}
</style>