Shades of Bird Flower #CBC70A
Tints of Bird Flower #CBC70A
RGB
CMYK
RGB Variations
Color information
#CBC70A (or 0xCBC70A) is known color: Bird Flower. HEX triplet: CB, C7 and 0A. RGB value is (203,199,10). Sum of RGB (Red+Green+Blue) = 203+199+10=412 (54% of max value = 765). Red value is 203 (79.69% from 255 or 49.27% from 412); Green value is 199 (78.12% from 255 or 48.30% from 412); Blue value is 10 (4.30% from 255 or 2.43% from 412); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC70A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC70A is #3438F5. Grayscale: #B3B3B3. Windows color (decimal): -3422454 or 706507. OLE color: 706507.
HSL color Cylindrical-coordinate representation of color #CBC70A: hue angle of 58.76º degrees, saturation: 0.91, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBC70A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.20 |
| HSL | 58.76º | 0.91% | 0.42% | - |
| HSV(B) | 58.76º | 0.95% | 0.8% | - |
| XYZ | 45.11 | 53.57 | 8.25 | - |
| YUV | 178.65 | 32.83 | 145.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 10 | 0 | 0.02 | 0.95 | 0.20 | 58.76 | 0.91 | 0.42 |
| Hex | CB | C7 | A | 0 | 2 | 5F | 14 | 3B | 5B | 2A |
| Octal | 313 | 307 | 12 | 0 | 2 | 137 | 24 | 73 | 133 | 52 |
| Binary | 11001011 | 11000111 | 1010 | 0 | 10 | 1011111 | 10100 | 111011 | 1011011 | 101010 |
Color Harmonies of #CBC70A
Complementary color
Monochromatic Colors of #CBC70A
Black with #CBC70A
Text Example
Text Example
White with #CBC70A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC70A; }
p { color: rgb(203,199,10); }
H1.HeaderClassName
{
color: #CBC70A;
}
.AnyTagClassName
{
color: #CBC70A;
}
</style>
background-color css
<style>
a { background-color: #CBC70A; }
a { background-color: rgb(203,199,10); }
div.DivClassName
{
background-color: #CBC70A;
}
.BgClassName
{
background-color: #CBC70A;
}
</style>
border-color css
<style>
span { border-color: #CBC70A; }
span { border-color: rgb(203,199,10); }
td.TdClassName
{
border-color: #CBC70A;
}
.TagClassName
{
border-color: #CBC70A;
}
</style>