Shades of Bird Flower #CBC416
Tints of Bird Flower #CBC416
RGB
CMYK
RGB Variations
Color information
#CBC416 (or 0xCBC416) is known color: Bird Flower. HEX triplet: CB, C4 and 16. RGB value is (203,196,22). Sum of RGB (Red+Green+Blue) = 203+196+22=421 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.22% from 421); Green value is 196 (76.95% from 255 or 46.56% from 421); Blue value is 22 (8.98% from 255 or 5.23% from 421); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC416 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC416 is #343BE9. Grayscale: #B2B2B2. Windows color (decimal): -3423210 or 1492171. OLE color: 1492171.
HSL color Cylindrical-coordinate representation of color #CBC416: hue angle of 57.68º 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 #CBC416 is Cyan = 0, Magento = 0.03, Yellow = 0.89 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 196 | 22 | - |
| CMYK | 0 | 0.03 | 0.89 | 0.20 |
| HSL | 57.68º | 0.8% | 0.44% | - |
| HSV(B) | 57.68º | 0.89% | 0.8% | - |
| XYZ | 44.51 | 52.23 | 8.5 | - |
| YUV | 178.26 | 39.82 | 145.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 196 | 22 | 0 | 0.03 | 0.89 | 0.20 | 57.68 | 0.8 | 0.44 |
| Hex | CB | C4 | 16 | 0 | 3 | 59 | 14 | 3A | 50 | 2C |
| Octal | 313 | 304 | 26 | 0 | 3 | 131 | 24 | 72 | 120 | 54 |
| Binary | 11001011 | 11000100 | 10110 | 0 | 11 | 1011001 | 10100 | 111010 | 1010000 | 101100 |
Color Harmonies of #CBC416
Complementary color
Monochromatic Colors of #CBC416
Black with #CBC416
Text Example
Text Example
White with #CBC416
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC416; }
p { color: rgb(203,196,22); }
H1.HeaderClassName
{
color: #CBC416;
}
.AnyTagClassName
{
color: #CBC416;
}
</style>
background-color css
<style>
a { background-color: #CBC416; }
a { background-color: rgb(203,196,22); }
div.DivClassName
{
background-color: #CBC416;
}
.BgClassName
{
background-color: #CBC416;
}
</style>
border-color css
<style>
span { border-color: #CBC416; }
span { border-color: rgb(203,196,22); }
td.TdClassName
{
border-color: #CBC416;
}
.TagClassName
{
border-color: #CBC416;
}
</style>