Shades of Bird Flower #C8C10D
Tints of Bird Flower #C8C10D
RGB
CMYK
RGB Variations
Color information
#C8C10D (or 0xC8C10D) is known color: Bird Flower. HEX triplet: C8, C1 and 0D. RGB value is (200,193,13). Sum of RGB (Red+Green+Blue) = 200+193+13=406 (53% of max value = 765). Red value is 200 (78.52% from 255 or 49.26% from 406); Green value is 193 (75.78% from 255 or 47.54% from 406); Blue value is 13 (5.47% from 255 or 3.20% from 406); Max value from RGB is 200 - color contains mainly: red. Hex color #C8C10D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8C10D is #373EF2. Grayscale: #AFAFAF. Windows color (decimal): -3620595 or 901576. OLE color: 901576.
HSL color Cylindrical-coordinate representation of color #C8C10D: hue angle of 57.75º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8C10D is Cyan = 0, Magento = 0.04, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 193 | 13 | - |
| CMYK | 0 | 0.04 | 0.94 | 0.22 |
| HSL | 57.75º | 0.88% | 0.42% | - |
| HSV(B) | 57.75º | 0.94% | 0.78% | - |
| XYZ | 42.96 | 50.45 | 7.85 | - |
| YUV | 174.57 | 36.82 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 193 | 13 | 0 | 0.04 | 0.94 | 0.22 | 57.75 | 0.88 | 0.42 |
| Hex | C8 | C1 | D | 0 | 4 | 5E | 16 | 3A | 58 | 2A |
| Octal | 310 | 301 | 15 | 0 | 4 | 136 | 26 | 72 | 130 | 52 |
| Binary | 11001000 | 11000001 | 1101 | 0 | 100 | 1011110 | 10110 | 111010 | 1011000 | 101010 |
Color Harmonies of #C8C10D
Complementary color
Monochromatic Colors of #C8C10D
Black with #C8C10D
Text Example
Text Example
White with #C8C10D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8C10D; }
p { color: rgb(200,193,13); }
H1.HeaderClassName
{
color: #C8C10D;
}
.AnyTagClassName
{
color: #C8C10D;
}
</style>
background-color css
<style>
a { background-color: #C8C10D; }
a { background-color: rgb(200,193,13); }
div.DivClassName
{
background-color: #C8C10D;
}
.BgClassName
{
background-color: #C8C10D;
}
</style>
border-color css
<style>
span { border-color: #C8C10D; }
span { border-color: rgb(200,193,13); }
td.TdClassName
{
border-color: #C8C10D;
}
.TagClassName
{
border-color: #C8C10D;
}
</style>