Shades of Bird Flower #CBC307
Tints of Bird Flower #CBC307
RGB
CMYK
RGB Variations
Color information
#CBC307 (or 0xCBC307) is known color: Bird Flower. HEX triplet: CB, C3 and 07. RGB value is (203,195,7). Sum of RGB (Red+Green+Blue) = 203+195+7=405 (53% of max value = 765). Red value is 203 (79.69% from 255 or 50.12% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 7 (3.12% from 255 or 1.73% from 405); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC307 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC307 is #343CF8. Grayscale: #B0B0B0. Windows color (decimal): -3423481 or 508875. OLE color: 508875.
HSL color Cylindrical-coordinate representation of color #CBC307: hue angle of 57.55º degrees, saturation: 0.93, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CBC307 is Cyan = 0, Magento = 0.04, Yellow = 0.97 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 195 | 7 | - |
| CMYK | 0 | 0.04 | 0.97 | 0.20 |
| HSL | 57.55º | 0.93% | 0.41% | - |
| HSV(B) | 57.55º | 0.97% | 0.8% | - |
| XYZ | 44.18 | 51.74 | 7.86 | - |
| YUV | 175.96 | 32.65 | 147.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 195 | 7 | 0 | 0.04 | 0.97 | 0.20 | 57.55 | 0.93 | 0.41 |
| Hex | CB | C3 | 7 | 0 | 4 | 61 | 14 | 3A | 5D | 29 |
| Octal | 313 | 303 | 7 | 0 | 4 | 141 | 24 | 72 | 135 | 51 |
| Binary | 11001011 | 11000011 | 111 | 0 | 100 | 1100001 | 10100 | 111010 | 1011101 | 101001 |
Color Harmonies of #CBC307
Complementary color
Monochromatic Colors of #CBC307
Black with #CBC307
Text Example
Text Example
White with #CBC307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC307; }
p { color: rgb(203,195,7); }
H1.HeaderClassName
{
color: #CBC307;
}
.AnyTagClassName
{
color: #CBC307;
}
</style>
background-color css
<style>
a { background-color: #CBC307; }
a { background-color: rgb(203,195,7); }
div.DivClassName
{
background-color: #CBC307;
}
.BgClassName
{
background-color: #CBC307;
}
</style>
border-color css
<style>
span { border-color: #CBC307; }
span { border-color: rgb(203,195,7); }
td.TdClassName
{
border-color: #CBC307;
}
.TagClassName
{
border-color: #CBC307;
}
</style>