Shades of Bird Flower #C9C70D
Tints of Bird Flower #C9C70D
RGB
CMYK
RGB Variations
Color information
#C9C70D (or 0xC9C70D) is known color: Bird Flower. HEX triplet: C9, C7 and 0D. RGB value is (201,199,13). Sum of RGB (Red+Green+Blue) = 201+199+13=413 (54% of max value = 765). Red value is 201 (78.91% from 255 or 48.67% from 413); Green value is 199 (78.12% from 255 or 48.18% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C70D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C70D is #3638F2. Grayscale: #B3B3B3. Windows color (decimal): -3553523 or 903113. OLE color: 903113.
HSL color Cylindrical-coordinate representation of color #C9C70D: hue angle of 59.36º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9C70D is Cyan = 0, Magento = 0.01, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 199 | 13 | - |
| CMYK | 0 | 0.01 | 0.94 | 0.21 |
| HSL | 59.36º | 0.88% | 0.42% | - |
| HSV(B) | 59.36º | 0.94% | 0.79% | - |
| XYZ | 44.58 | 53.29 | 8.32 | - |
| YUV | 178.39 | 34.66 | 144.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 199 | 13 | 0 | 0.01 | 0.94 | 0.21 | 59.36 | 0.88 | 0.42 |
| Hex | C9 | C7 | D | 0 | 1 | 5E | 15 | 3B | 58 | 2A |
| Octal | 311 | 307 | 15 | 0 | 1 | 136 | 25 | 73 | 130 | 52 |
| Binary | 11001001 | 11000111 | 1101 | 0 | 1 | 1011110 | 10101 | 111011 | 1011000 | 101010 |
Color Harmonies of #C9C70D
Complementary color
Monochromatic Colors of #C9C70D
Black with #C9C70D
Text Example
Text Example
White with #C9C70D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C70D; }
p { color: rgb(201,199,13); }
H1.HeaderClassName
{
color: #C9C70D;
}
.AnyTagClassName
{
color: #C9C70D;
}
</style>
background-color css
<style>
a { background-color: #C9C70D; }
a { background-color: rgb(201,199,13); }
div.DivClassName
{
background-color: #C9C70D;
}
.BgClassName
{
background-color: #C9C70D;
}
</style>
border-color css
<style>
span { border-color: #C9C70D; }
span { border-color: rgb(201,199,13); }
td.TdClassName
{
border-color: #C9C70D;
}
.TagClassName
{
border-color: #C9C70D;
}
</style>