Shades of Bird Flower #CBC712
Tints of Bird Flower #CBC712
RGB
CMYK
RGB Variations
Color information
#CBC712 (or 0xCBC712) is known color: Bird Flower. HEX triplet: CB, C7 and 12. RGB value is (203,199,18). Sum of RGB (Red+Green+Blue) = 203+199+18=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 199 (78.12% from 255 or 47.38% from 420); Blue value is 18 (7.42% from 255 or 4.29% from 420); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC712 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBC712 is #3438ED. Grayscale: #B4B4B4. Windows color (decimal): -3422446 or 1230795. OLE color: 1230795.
HSL color Cylindrical-coordinate representation of color #CBC712: hue angle of 58.7º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CBC712 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 199 | 18 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.20 |
| HSL | 58.7º | 0.84% | 0.43% | - |
| HSV(B) | 58.7º | 0.91% | 0.8% | - |
| XYZ | 45.16 | 53.59 | 8.54 | - |
| YUV | 179.56 | 36.83 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 199 | 18 | 0 | 0.02 | 0.91 | 0.20 | 58.7 | 0.84 | 0.43 |
| Hex | CB | C7 | 12 | 0 | 2 | 5B | 14 | 3B | 54 | 2B |
| Octal | 313 | 307 | 22 | 0 | 2 | 133 | 24 | 73 | 124 | 53 |
| Binary | 11001011 | 11000111 | 10010 | 0 | 10 | 1011011 | 10100 | 111011 | 1010100 | 101011 |
Color Harmonies of #CBC712
Complementary color
Monochromatic Colors of #CBC712
Black with #CBC712
Text Example
Text Example
White with #CBC712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC712; }
p { color: rgb(203,199,18); }
H1.HeaderClassName
{
color: #CBC712;
}
.AnyTagClassName
{
color: #CBC712;
}
</style>
background-color css
<style>
a { background-color: #CBC712; }
a { background-color: rgb(203,199,18); }
div.DivClassName
{
background-color: #CBC712;
}
.BgClassName
{
background-color: #CBC712;
}
</style>
border-color css
<style>
span { border-color: #CBC712; }
span { border-color: rgb(203,199,18); }
td.TdClassName
{
border-color: #CBC712;
}
.TagClassName
{
border-color: #CBC712;
}
</style>