Shades of Bird Flower #C8AD03
Tints of Bird Flower #C8AD03
RGB
CMYK
RGB Variations
Color information
#C8AD03 (or 0xC8AD03) is known color: Bird Flower. HEX triplet: C8, AD and 03. RGB value is (200,173,3). Sum of RGB (Red+Green+Blue) = 200+173+3=376 (49% of max value = 765). Red value is 200 (78.52% from 255 or 53.19% from 376); Green value is 173 (67.97% from 255 or 46.01% from 376); Blue value is 3 (1.56% from 255 or 0.80% from 376); Max value from RGB is 200 - color contains mainly: red. Hex color #C8AD03 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C8AD03 is #3752FC. Grayscale: #A2A2A2. Windows color (decimal): -3625725 or 241096. OLE color: 241096.
HSL color Cylindrical-coordinate representation of color #C8AD03: hue angle of 51.78º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C8AD03 is Cyan = 0, Magento = 0.14, Yellow = 0.98 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 173 | 3 | - |
| CMYK | 0 | 0.14 | 0.98 | 0.22 |
| HSL | 51.78º | 0.97% | 0.4% | - |
| HSV(B) | 51.78º | 0.99% | 0.78% | - |
| XYZ | 38.78 | 42.17 | 6.18 | - |
| YUV | 161.69 | 38.45 | 155.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 173 | 3 | 0 | 0.14 | 0.98 | 0.22 | 51.78 | 0.97 | 0.4 |
| Hex | C8 | AD | 3 | 0 | E | 62 | 16 | 34 | 61 | 28 |
| Octal | 310 | 255 | 3 | 0 | 16 | 142 | 26 | 64 | 141 | 50 |
| Binary | 11001000 | 10101101 | 11 | 0 | 1110 | 1100010 | 10110 | 110100 | 1100001 | 101000 |
Color Harmonies of #C8AD03
Complementary color
Monochromatic Colors of #C8AD03
Black with #C8AD03
Text Example
Text Example
White with #C8AD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8AD03; }
p { color: rgb(200,173,3); }
H1.HeaderClassName
{
color: #C8AD03;
}
.AnyTagClassName
{
color: #C8AD03;
}
</style>
background-color css
<style>
a { background-color: #C8AD03; }
a { background-color: rgb(200,173,3); }
div.DivClassName
{
background-color: #C8AD03;
}
.BgClassName
{
background-color: #C8AD03;
}
</style>
border-color css
<style>
span { border-color: #C8AD03; }
span { border-color: rgb(200,173,3); }
td.TdClassName
{
border-color: #C8AD03;
}
.TagClassName
{
border-color: #C8AD03;
}
</style>