Shades of Bird Flower #CBC304
Tints of Bird Flower #CBC304
RGB
CMYK
RGB Variations
Color information
#CBC304 (or 0xCBC304) is known color: Bird Flower. HEX triplet: CB, C3 and 04. RGB value is (203,195,4). Sum of RGB (Red+Green+Blue) = 203+195+4=402 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.50% from 402); Green value is 195 (76.56% from 255 or 48.51% from 402); Blue value is 4 (1.95% from 255 or 1.00% from 402); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC304 is #343CFB. Grayscale: #B0B0B0. Windows color (decimal): -3423484 or 312267. OLE color: 312267.
HSL color Cylindrical-coordinate representation of color #CBC304: hue angle of 57.59º degrees, saturation: 0.96, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CBC304 is Cyan = 0, Magento = 0.04, Yellow = 0.98 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 4 | - |
| CMYK | 0 | 0.04 | 0.98 | 0.20 |
| HSL | 57.59º | 0.96% | 0.41% | - |
| HSV(B) | 57.59º | 0.98% | 0.8% | - |
| XYZ | 44.17 | 51.74 | 7.77 | - |
| YUV | 175.62 | 31.15 | 147.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 4 | 0 | 0.04 | 0.98 | 0.20 | 57.59 | 0.96 | 0.41 |
| Hex | CB | C3 | 4 | 0 | 4 | 62 | 14 | 3A | 60 | 29 |
| Octal | 313 | 303 | 4 | 0 | 4 | 142 | 24 | 72 | 140 | 51 |
| Binary | 11001011 | 11000011 | 100 | 0 | 100 | 1100010 | 10100 | 111010 | 1100000 | 101001 |
Color Harmonies of #CBC304
Complementary color
Monochromatic Colors of #CBC304
Black with #CBC304
Text Example
Text Example
White with #CBC304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC304; }
p { color: rgb(203,195,4); }
H1.HeaderClassName
{
color: #CBC304;
}
.AnyTagClassName
{
color: #CBC304;
}
</style>
background-color css
<style>
a { background-color: #CBC304; }
a { background-color: rgb(203,195,4); }
div.DivClassName
{
background-color: #CBC304;
}
.BgClassName
{
background-color: #CBC304;
}
</style>
border-color css
<style>
span { border-color: #CBC304; }
span { border-color: rgb(203,195,4); }
td.TdClassName
{
border-color: #CBC304;
}
.TagClassName
{
border-color: #CBC304;
}
</style>