Shades of Bird Flower #CBCF0A
Tints of Bird Flower #CBCF0A
RGB
CMYK
RGB Variations
Color information
#CBCF0A (or 0xCBCF0A) is known color: Bird Flower. HEX triplet: CB, CF and 0A. RGB value is (203,207,10). Sum of RGB (Red+Green+Blue) = 203+207+10=420 (55% of max value = 765). Red value is 203 (79.69% from 255 or 48.33% from 420); Green value is 207 (81.25% from 255 or 49.29% from 420); Blue value is 10 (4.30% from 255 or 2.38% from 420); Max value from RGB is 207 - color contains mainly: green. Hex color #CBCF0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CBCF0A is #3430F5. Grayscale: #B8B8B8. Windows color (decimal): -3420406 or 708555. OLE color: 708555.
HSL color Cylindrical-coordinate representation of color #CBCF0A: hue angle of 61.22º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CBCF0A is Cyan = 0.02, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 207 | 10 | - |
| CMYK | 0.02 | 0 | 0.95 | 0.19 |
| HSL | 61.22º | 0.91% | 0.43% | - |
| HSV(B) | 61.22º | 0.95% | 0.81% | - |
| XYZ | 47 | 57.34 | 8.88 | - |
| YUV | 183.35 | 30.17 | 142.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 207 | 10 | 0.02 | 0 | 0.95 | 0.19 | 61.22 | 0.91 | 0.43 |
| Hex | CB | CF | A | 2 | 0 | 5F | 13 | 3D | 5B | 2B |
| Octal | 313 | 317 | 12 | 2 | 0 | 137 | 23 | 75 | 133 | 53 |
| Binary | 11001011 | 11001111 | 1010 | 10 | 0 | 1011111 | 10011 | 111101 | 1011011 | 101011 |
Color Harmonies of #CBCF0A
Complementary color
Monochromatic Colors of #CBCF0A
Black with #CBCF0A
Text Example
Text Example
White with #CBCF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBCF0A; }
p { color: rgb(203,207,10); }
H1.HeaderClassName
{
color: #CBCF0A;
}
.AnyTagClassName
{
color: #CBCF0A;
}
</style>
background-color css
<style>
a { background-color: #CBCF0A; }
a { background-color: rgb(203,207,10); }
div.DivClassName
{
background-color: #CBCF0A;
}
.BgClassName
{
background-color: #CBCF0A;
}
</style>
border-color css
<style>
span { border-color: #CBCF0A; }
span { border-color: rgb(203,207,10); }
td.TdClassName
{
border-color: #CBCF0A;
}
.TagClassName
{
border-color: #CBCF0A;
}
</style>