Shades of Bird Flower #C8B30D
Tints of Bird Flower #C8B30D
RGB
CMYK
RGB Variations
Color information
#C8B30D (or 0xC8B30D) is known color: Bird Flower. HEX triplet: C8, B3 and 0D. RGB value is (200,179,13). Sum of RGB (Red+Green+Blue) = 200+179+13=392 (51% of max value = 765). Red value is 200 (78.52% from 255 or 51.02% from 392); Green value is 179 (70.31% from 255 or 45.66% from 392); Blue value is 13 (5.47% from 255 or 3.32% from 392); Max value from RGB is 200 - color contains mainly: red. Hex color #C8B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C8B30D is #374CF2. Grayscale: #A7A7A7. Windows color (decimal): -3624179 or 897992. OLE color: 897992.
HSL color Cylindrical-coordinate representation of color #C8B30D: hue angle of 53.26º 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 #C8B30D is Cyan = 0, Magento = 0.10, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 179 | 13 | - |
| CMYK | 0 | 0.10 | 0.94 | 0.22 |
| HSL | 53.26º | 0.88% | 0.42% | - |
| HSV(B) | 53.26º | 0.94% | 0.78% | - |
| XYZ | 40.01 | 44.55 | 6.87 | - |
| YUV | 166.36 | 41.46 | 152 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 179 | 13 | 0 | 0.10 | 0.94 | 0.22 | 53.26 | 0.88 | 0.42 |
| Hex | C8 | B3 | D | 0 | A | 5E | 16 | 35 | 58 | 2A |
| Octal | 310 | 263 | 15 | 0 | 12 | 136 | 26 | 65 | 130 | 52 |
| Binary | 11001000 | 10110011 | 1101 | 0 | 1010 | 1011110 | 10110 | 110101 | 1011000 | 101010 |
Color Harmonies of #C8B30D
Complementary color
Monochromatic Colors of #C8B30D
Black with #C8B30D
Text Example
Text Example
White with #C8B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8B30D; }
p { color: rgb(200,179,13); }
H1.HeaderClassName
{
color: #C8B30D;
}
.AnyTagClassName
{
color: #C8B30D;
}
</style>
background-color css
<style>
a { background-color: #C8B30D; }
a { background-color: rgb(200,179,13); }
div.DivClassName
{
background-color: #C8B30D;
}
.BgClassName
{
background-color: #C8B30D;
}
</style>
border-color css
<style>
span { border-color: #C8B30D; }
span { border-color: rgb(200,179,13); }
td.TdClassName
{
border-color: #C8B30D;
}
.TagClassName
{
border-color: #C8B30D;
}
</style>