Shades of Bird Flower #C8BD21
Tints of Bird Flower #C8BD21
RGB
CMYK
RGB Variations
Color information
#C8BD21 (or 0xC8BD21) is known color: Bird Flower. HEX triplet: C8, BD and 21. RGB value is (200,189,33). Sum of RGB (Red+Green+Blue) = 200+189+33=422 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.39% from 422); Green value is 189 (74.22% from 255 or 44.79% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD21 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD21 is #3742DE. Grayscale: #AFAFAF. Windows color (decimal): -3621599 or 2211272. OLE color: 2211272.
HSL color Cylindrical-coordinate representation of color #C8BD21: hue angle of 56.05º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C8BD21 is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 33 | - |
| CMYK | 0 | 0.06 | 0.84 | 0.22 |
| HSL | 56.05º | 0.72% | 0.46% | - |
| HSV(B) | 56.05º | 0.84% | 0.78% | - |
| XYZ | 42.29 | 48.78 | 8.63 | - |
| YUV | 174.51 | 48.14 | 146.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 33 | 0 | 0.06 | 0.84 | 0.22 | 56.05 | 0.72 | 0.46 |
| Hex | C8 | BD | 21 | 0 | 6 | 54 | 16 | 38 | 48 | 2E |
| Octal | 310 | 275 | 41 | 0 | 6 | 124 | 26 | 70 | 110 | 56 |
| Binary | 11001000 | 10111101 | 100001 | 0 | 110 | 1010100 | 10110 | 111000 | 1001000 | 101110 |
Color Harmonies of #C8BD21
Complementary color
Monochromatic Colors of #C8BD21
Black with #C8BD21
Text Example
Text Example
White with #C8BD21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD21; }
p { color: rgb(200,189,33); }
H1.HeaderClassName
{
color: #C8BD21;
}
.AnyTagClassName
{
color: #C8BD21;
}
</style>
background-color css
<style>
a { background-color: #C8BD21; }
a { background-color: rgb(200,189,33); }
div.DivClassName
{
background-color: #C8BD21;
}
.BgClassName
{
background-color: #C8BD21;
}
</style>
border-color css
<style>
span { border-color: #C8BD21; }
span { border-color: rgb(200,189,33); }
td.TdClassName
{
border-color: #C8BD21;
}
.TagClassName
{
border-color: #C8BD21;
}
</style>