Shades of Bird Flower #CBC70C
Tints of Bird Flower #CBC70C
RGB
CMYK
RGB Variations
Color information
#CBC70C (or 0xCBC70C) is known color: Bird Flower. HEX triplet: CB, C7 and 0C. RGB value is (203,199,12). Sum of RGB (Red+Green+Blue) = 203+199+12=414 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.03% from 414); Green value is 199 (78.12% from 255 or 48.07% from 414); Blue value is 12 (5.08% from 255 or 2.90% from 414); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC70C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC70C is #3438F3. Grayscale: #B3B3B3. Windows color (decimal): -3422452 or 837579. OLE color: 837579.
HSL color Cylindrical-coordinate representation of color #CBC70C: hue angle of 58.74º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CBC70C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.20 |
| HSL | 58.74º | 0.89% | 0.42% | - |
| HSV(B) | 58.74º | 0.94% | 0.8% | - |
| XYZ | 45.12 | 53.57 | 8.31 | - |
| YUV | 178.88 | 33.83 | 145.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 12 | 0 | 0.02 | 0.94 | 0.20 | 58.74 | 0.89 | 0.42 |
| Hex | CB | C7 | C | 0 | 2 | 5E | 14 | 3B | 59 | 2A |
| Octal | 313 | 307 | 14 | 0 | 2 | 136 | 24 | 73 | 131 | 52 |
| Binary | 11001011 | 11000111 | 1100 | 0 | 10 | 1011110 | 10100 | 111011 | 1011001 | 101010 |
Color Harmonies of #CBC70C
Complementary color
Monochromatic Colors of #CBC70C
Black with #CBC70C
Text Example
Text Example
White with #CBC70C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC70C; }
p { color: rgb(203,199,12); }
H1.HeaderClassName
{
color: #CBC70C;
}
.AnyTagClassName
{
color: #CBC70C;
}
</style>
background-color css
<style>
a { background-color: #CBC70C; }
a { background-color: rgb(203,199,12); }
div.DivClassName
{
background-color: #CBC70C;
}
.BgClassName
{
background-color: #CBC70C;
}
</style>
border-color css
<style>
span { border-color: #CBC70C; }
span { border-color: rgb(203,199,12); }
td.TdClassName
{
border-color: #CBC70C;
}
.TagClassName
{
border-color: #CBC70C;
}
</style>