Shades of Bird Flower #CFCB13
Tints of Bird Flower #CFCB13
RGB
CMYK
RGB Variations
Color information
#CFCB13 (or 0xCFCB13) is known color: Bird Flower. HEX triplet: CF, CB and 13. RGB value is (207,203,19). Sum of RGB (Red+Green+Blue) = 207+203+19=429 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.25% from 429); Green value is 203 (79.69% from 255 or 47.32% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCB13 is #3034EC. Grayscale: #B7B7B7. Windows color (decimal): -3159277 or 1297359. OLE color: 1297359.
HSL color Cylindrical-coordinate representation of color #CFCB13: hue angle of 58.72º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CFCB13 is Cyan = 0, Magento = 0.02, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 203 | 19 | - |
| CMYK | 0 | 0.02 | 0.91 | 0.19 |
| HSL | 58.72º | 0.83% | 0.44% | - |
| HSV(B) | 58.72º | 0.91% | 0.81% | - |
| XYZ | 47.21 | 56.02 | 8.94 | - |
| YUV | 183.22 | 35.33 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 203 | 19 | 0 | 0.02 | 0.91 | 0.19 | 58.72 | 0.83 | 0.44 |
| Hex | CF | CB | 13 | 0 | 2 | 5B | 13 | 3B | 53 | 2C |
| Octal | 317 | 313 | 23 | 0 | 2 | 133 | 23 | 73 | 123 | 54 |
| Binary | 11001111 | 11001011 | 10011 | 0 | 10 | 1011011 | 10011 | 111011 | 1010011 | 101100 |
Color Harmonies of #CFCB13
Complementary color
Monochromatic Colors of #CFCB13
Black with #CFCB13
Text Example
Text Example
White with #CFCB13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCB13; }
p { color: rgb(207,203,19); }
H1.HeaderClassName
{
color: #CFCB13;
}
.AnyTagClassName
{
color: #CFCB13;
}
</style>
background-color css
<style>
a { background-color: #CFCB13; }
a { background-color: rgb(207,203,19); }
div.DivClassName
{
background-color: #CFCB13;
}
.BgClassName
{
background-color: #CFCB13;
}
</style>
border-color css
<style>
span { border-color: #CFCB13; }
span { border-color: rgb(207,203,19); }
td.TdClassName
{
border-color: #CFCB13;
}
.TagClassName
{
border-color: #CFCB13;
}
</style>