Shades of Bird Flower #CBC816
Tints of Bird Flower #CBC816
RGB
CMYK
RGB Variations
Color information
#CBC816 (or 0xCBC816) is known color: Bird Flower. HEX triplet: CB, C8 and 16. RGB value is (203,200,22). Sum of RGB (Red+Green+Blue) = 203+200+22=425 (56% of max value = 765). Red value is 203 (79.69% from 255 or 47.76% from 425); Green value is 200 (78.52% from 255 or 47.06% from 425); Blue value is 22 (8.98% from 255 or 5.18% from 425); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC816 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC816 is #3437E9. Grayscale: #B5B5B5. Windows color (decimal): -3422186 or 1493195. OLE color: 1493195.
HSL color Cylindrical-coordinate representation of color #CBC816: hue angle of 59.01º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CBC816 is Cyan = 0, Magento = 0.01, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 200 | 22 | - |
| CMYK | 0 | 0.01 | 0.89 | 0.20 |
| HSL | 59.01º | 0.8% | 0.44% | - |
| HSV(B) | 59.01º | 0.89% | 0.8% | - |
| XYZ | 45.43 | 54.06 | 8.8 | - |
| YUV | 180.61 | 38.49 | 143.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 22 | 0 | 0.01 | 0.89 | 0.20 | 59.01 | 0.8 | 0.44 |
| Hex | CB | C8 | 16 | 0 | 1 | 59 | 14 | 3B | 50 | 2C |
| Octal | 313 | 310 | 26 | 0 | 1 | 131 | 24 | 73 | 120 | 54 |
| Binary | 11001011 | 11001000 | 10110 | 0 | 1 | 1011001 | 10100 | 111011 | 1010000 | 101100 |
Color Harmonies of #CBC816
Complementary color
Monochromatic Colors of #CBC816
Black with #CBC816
Text Example
Text Example
White with #CBC816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC816; }
p { color: rgb(203,200,22); }
H1.HeaderClassName
{
color: #CBC816;
}
.AnyTagClassName
{
color: #CBC816;
}
</style>
background-color css
<style>
a { background-color: #CBC816; }
a { background-color: rgb(203,200,22); }
div.DivClassName
{
background-color: #CBC816;
}
.BgClassName
{
background-color: #CBC816;
}
</style>
border-color css
<style>
span { border-color: #CBC816; }
span { border-color: rgb(203,200,22); }
td.TdClassName
{
border-color: #CBC816;
}
.TagClassName
{
border-color: #CBC816;
}
</style>