Shades of Bird Flower #CFCF13
Tints of Bird Flower #CFCF13
RGB
CMYK
RGB Variations
Color information
#CFCF13 (or 0xCFCF13) is known color: Bird Flower. HEX triplet: CF, CF and 13. RGB value is (207,207,19). Sum of RGB (Red+Green+Blue) = 207+207+19=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 19 (7.81% from 255 or 4.39% from 433); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCF13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCF13 is #3030EC. Grayscale: #BABABA. Windows color (decimal): -3158253 or 1298383. OLE color: 1298383.
HSL color Cylindrical-coordinate representation of color #CFCF13: hue angle of 60º 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 #CFCF13 is Cyan = 0, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 207 | 19 | - |
| CMYK | 0 | 0 | 0.91 | 0.19 |
| HSL | 60º | 0.83% | 0.44% | - |
| HSV(B) | 60º | 0.91% | 0.81% | - |
| XYZ | 48.16 | 57.94 | 9.26 | - |
| YUV | 185.57 | 34 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 207 | 19 | 0 | 0 | 0.91 | 0.19 | 60 | 0.83 | 0.44 |
| Hex | CF | CF | 13 | 0 | 0 | 5B | 13 | 3C | 53 | 2C |
| Octal | 317 | 317 | 23 | 0 | 0 | 133 | 23 | 74 | 123 | 54 |
| Binary | 11001111 | 11001111 | 10011 | 0 | 0 | 1011011 | 10011 | 111100 | 1010011 | 101100 |
Color Harmonies of #CFCF13
Complementary color
Monochromatic Colors of #CFCF13
Black with #CFCF13
Text Example
Text Example
White with #CFCF13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCF13; }
p { color: rgb(207,207,19); }
H1.HeaderClassName
{
color: #CFCF13;
}
.AnyTagClassName
{
color: #CFCF13;
}
</style>
background-color css
<style>
a { background-color: #CFCF13; }
a { background-color: rgb(207,207,19); }
div.DivClassName
{
background-color: #CFCF13;
}
.BgClassName
{
background-color: #CFCF13;
}
</style>
border-color css
<style>
span { border-color: #CFCF13; }
span { border-color: rgb(207,207,19); }
td.TdClassName
{
border-color: #CFCF13;
}
.TagClassName
{
border-color: #CFCF13;
}
</style>