Shades of Bird Flower #CFCB15
Tints of Bird Flower #CFCB15
RGB
CMYK
RGB Variations
Color information
#CFCB15 (or 0xCFCB15) is known color: Bird Flower. HEX triplet: CF, CB and 15. RGB value is (207,203,21). Sum of RGB (Red+Green+Blue) = 207+203+21=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 203 (79.69% from 255 or 47.10% from 431); Blue value is 21 (8.59% from 255 or 4.87% from 431); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB15 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB15 is #3034EA. Grayscale: #B8B8B8. Windows color (decimal): -3159275 or 1428431. OLE color: 1428431.
HSL color Cylindrical-coordinate representation of color #CFCB15: hue angle of 58.71º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFCB15 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 21 | - |
| CMYK | 0 | 0.02 | 0.90 | 0.19 |
| HSL | 58.71º | 0.82% | 0.45% | - |
| HSV(B) | 58.71º | 0.9% | 0.81% | - |
| XYZ | 47.22 | 56.03 | 9.04 | - |
| YUV | 183.45 | 36.33 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 21 | 0 | 0.02 | 0.90 | 0.19 | 58.71 | 0.82 | 0.45 |
| Hex | CF | CB | 15 | 0 | 2 | 5A | 13 | 3B | 52 | 2D |
| Octal | 317 | 313 | 25 | 0 | 2 | 132 | 23 | 73 | 122 | 55 |
| Binary | 11001111 | 11001011 | 10101 | 0 | 10 | 1011010 | 10011 | 111011 | 1010010 | 101101 |
Color Harmonies of #CFCB15
Complementary color
Monochromatic Colors of #CFCB15
Black with #CFCB15
Text Example
Text Example
White with #CFCB15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB15; }
p { color: rgb(207,203,21); }
H1.HeaderClassName
{
color: #CFCB15;
}
.AnyTagClassName
{
color: #CFCB15;
}
</style>
background-color css
<style>
a { background-color: #CFCB15; }
a { background-color: rgb(207,203,21); }
div.DivClassName
{
background-color: #CFCB15;
}
.BgClassName
{
background-color: #CFCB15;
}
</style>
border-color css
<style>
span { border-color: #CFCB15; }
span { border-color: rgb(207,203,21); }
td.TdClassName
{
border-color: #CFCB15;
}
.TagClassName
{
border-color: #CFCB15;
}
</style>