Shades of Bird Flower #C9C30D
Tints of Bird Flower #C9C30D
RGB
CMYK
RGB Variations
Color information
#C9C30D (or 0xC9C30D) is known color: Bird Flower. HEX triplet: C9, C3 and 0D. RGB value is (201,195,13). Sum of RGB (Red+Green+Blue) = 201+195+13=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 195 (76.56% from 255 or 47.68% from 409); Blue value is 13 (5.47% from 255 or 3.18% from 409); Max value from RGB is 201 - color contains mainly: red. Hex color #C9C30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9C30D is #363CF2. Grayscale: #B0B0B0. Windows color (decimal): -3554547 or 902089. OLE color: 902089.
HSL color Cylindrical-coordinate representation of color #C9C30D: hue angle of 58.09º 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 #C9C30D is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 201 | 195 | 13 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.21 |
| HSL | 58.09º | 0.88% | 0.42% | - |
| HSV(B) | 58.09º | 0.94% | 0.79% | - |
| XYZ | 43.68 | 51.48 | 8.01 | - |
| YUV | 176.05 | 35.99 | 145.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 195 | 13 | 0 | 0.03 | 0.94 | 0.21 | 58.09 | 0.88 | 0.42 |
| Hex | C9 | C3 | D | 0 | 3 | 5E | 15 | 3A | 58 | 2A |
| Octal | 311 | 303 | 15 | 0 | 3 | 136 | 25 | 72 | 130 | 52 |
| Binary | 11001001 | 11000011 | 1101 | 0 | 11 | 1011110 | 10101 | 111010 | 1011000 | 101010 |
Color Harmonies of #C9C30D
Complementary color
Monochromatic Colors of #C9C30D
Black with #C9C30D
Text Example
Text Example
White with #C9C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9C30D; }
p { color: rgb(201,195,13); }
H1.HeaderClassName
{
color: #C9C30D;
}
.AnyTagClassName
{
color: #C9C30D;
}
</style>
background-color css
<style>
a { background-color: #C9C30D; }
a { background-color: rgb(201,195,13); }
div.DivClassName
{
background-color: #C9C30D;
}
.BgClassName
{
background-color: #C9C30D;
}
</style>
border-color css
<style>
span { border-color: #C9C30D; }
span { border-color: rgb(201,195,13); }
td.TdClassName
{
border-color: #C9C30D;
}
.TagClassName
{
border-color: #C9C30D;
}
</style>