Shades of Mindaro #C9DB72
Tints of Mindaro #C9DB72
RGB
CMYK
RGB Variations
Color information
#C9DB72 (or 0xC9DB72) is known color: Mindaro. HEX triplet: C9, DB and 72. RGB value is (201,219,114). Sum of RGB (Red+Green+Blue) = 201+219+114=534 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.64% from 534); Green value is 219 (85.94% from 255 or 41.01% from 534); Blue value is 114 (44.92% from 255 or 21.35% from 534); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB72 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9DB72 is #36248D. Grayscale: #CACACA. Windows color (decimal): -3548302 or 7527369. OLE color: 7527369.
HSL color Cylindrical-coordinate representation of color #C9DB72: hue angle of 70.29º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C9DB72 is Cyan = 0.08, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 201 | 219 | 114 | - |
| CMYK | 0.08 | 0 | 0.48 | 0.14 |
| HSL | 70.29º | 0.59% | 0.65% | - |
| HSV(B) | 70.29º | 0.48% | 0.86% | - |
| XYZ | 52.46 | 64.3 | 25.57 | - |
| YUV | 201.65 | 78.54 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 219 | 114 | 0.08 | 0 | 0.48 | 0.14 | 70.29 | 0.59 | 0.65 |
| Hex | C9 | DB | 72 | 8 | 0 | 30 | E | 46 | 3B | 41 |
| Octal | 311 | 333 | 162 | 10 | 0 | 60 | 16 | 106 | 73 | 101 |
| Binary | 11001001 | 11011011 | 1110010 | 1000 | 0 | 110000 | 1110 | 1000110 | 111011 | 1000001 |
Color Harmonies of #C9DB72
Complementary color
Monochromatic Colors of #C9DB72
Black with #C9DB72
Text Example
Text Example
White with #C9DB72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9DB72; }
p { color: rgb(201,219,114); }
H1.HeaderClassName
{
color: #C9DB72;
}
.AnyTagClassName
{
color: #C9DB72;
}
</style>
background-color css
<style>
a { background-color: #C9DB72; }
a { background-color: rgb(201,219,114); }
div.DivClassName
{
background-color: #C9DB72;
}
.BgClassName
{
background-color: #C9DB72;
}
</style>
border-color css
<style>
span { border-color: #C9DB72; }
span { border-color: rgb(201,219,114); }
td.TdClassName
{
border-color: #C9DB72;
}
.TagClassName
{
border-color: #C9DB72;
}
</style>