Shades of Deco #C9D671
Tints of Deco #C9D671
RGB
CMYK
RGB Variations
Color information
#C9D671 (or 0xC9D671) is known color: Deco. HEX triplet: C9, D6 and 71. RGB value is (201,214,113). Sum of RGB (Red+Green+Blue) = 201+214+113=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 214 (83.98% from 255 or 40.53% from 528); Blue value is 113 (44.53% from 255 or 21.40% from 528); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D671 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D671 is #36298E. Grayscale: #C6C6C6. Windows color (decimal): -3549583 or 7460553. OLE color: 7460553.
HSL color Cylindrical-coordinate representation of color #C9D671: hue angle of 67.72º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C9D671 is Cyan = 0.06, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 201 | 214 | 113 | - |
| CMYK | 0.06 | 0 | 0.47 | 0.16 |
| HSL | 67.72º | 0.55% | 0.64% | - |
| HSV(B) | 67.72º | 0.47% | 0.84% | - |
| XYZ | 51.11 | 61.7 | 24.84 | - |
| YUV | 198.6 | 79.69 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 214 | 113 | 0.06 | 0 | 0.47 | 0.16 | 67.72 | 0.55 | 0.64 |
| Hex | C9 | D6 | 71 | 6 | 0 | 2F | 10 | 44 | 37 | 40 |
| Octal | 311 | 326 | 161 | 6 | 0 | 57 | 20 | 104 | 67 | 100 |
| Binary | 11001001 | 11010110 | 1110001 | 110 | 0 | 101111 | 10000 | 1000100 | 110111 | 1000000 |
Color Harmonies of #C9D671
Complementary color
Monochromatic Colors of #C9D671
Black with #C9D671
Text Example
Text Example
White with #C9D671
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9D671; }
p { color: rgb(201,214,113); }
H1.HeaderClassName
{
color: #C9D671;
}
.AnyTagClassName
{
color: #C9D671;
}
</style>
background-color css
<style>
a { background-color: #C9D671; }
a { background-color: rgb(201,214,113); }
div.DivClassName
{
background-color: #C9D671;
}
.BgClassName
{
background-color: #C9D671;
}
</style>
border-color css
<style>
span { border-color: #C9D671; }
span { border-color: rgb(201,214,113); }
td.TdClassName
{
border-color: #C9D671;
}
.TagClassName
{
border-color: #C9D671;
}
</style>