Shades of Bird Flower #C8BD1B
Tints of Bird Flower #C8BD1B
RGB
CMYK
RGB Variations
Color information
#C8BD1B (or 0xC8BD1B) is known color: Bird Flower. HEX triplet: C8, BD and 1B. RGB value is (200,189,27). Sum of RGB (Red+Green+Blue) = 200+189+27=416 (55% of max value = 765). Red value is 200 (78.52% from 255 or 48.08% from 416); Green value is 189 (74.22% from 255 or 45.43% from 416); Blue value is 27 (10.94% from 255 or 6.49% from 416); Max value from RGB is 200 - color contains mainly: red. Hex color #C8BD1B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #C8BD1B is #3742E4. Grayscale: #AEAEAE. Windows color (decimal): -3621605 or 1818056. OLE color: 1818056.
HSL color Cylindrical-coordinate representation of color #C8BD1B: hue angle of 56.18º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C8BD1B is Cyan = 0, Magento = 0.06, Yellow = 0.86 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 189 | 27 | - |
| CMYK | 0 | 0.06 | 0.86 | 0.22 |
| HSL | 56.18º | 0.76% | 0.45% | - |
| HSV(B) | 56.18º | 0.87% | 0.78% | - |
| XYZ | 42.21 | 48.75 | 8.22 | - |
| YUV | 173.82 | 45.14 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 189 | 27 | 0 | 0.06 | 0.86 | 0.22 | 56.18 | 0.76 | 0.45 |
| Hex | C8 | BD | 1B | 0 | 6 | 56 | 16 | 38 | 4C | 2D |
| Octal | 310 | 275 | 33 | 0 | 6 | 126 | 26 | 70 | 114 | 55 |
| Binary | 11001000 | 10111101 | 11011 | 0 | 110 | 1010110 | 10110 | 111000 | 1001100 | 101101 |
Color Harmonies of #C8BD1B
Complementary color
Monochromatic Colors of #C8BD1B
Black with #C8BD1B
Text Example
Text Example
White with #C8BD1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8BD1B; }
p { color: rgb(200,189,27); }
H1.HeaderClassName
{
color: #C8BD1B;
}
.AnyTagClassName
{
color: #C8BD1B;
}
</style>
background-color css
<style>
a { background-color: #C8BD1B; }
a { background-color: rgb(200,189,27); }
div.DivClassName
{
background-color: #C8BD1B;
}
.BgClassName
{
background-color: #C8BD1B;
}
</style>
border-color css
<style>
span { border-color: #C8BD1B; }
span { border-color: rgb(200,189,27); }
td.TdClassName
{
border-color: #C8BD1B;
}
.TagClassName
{
border-color: #C8BD1B;
}
</style>