Shades of Bird Flower #CFCA03
Tints of Bird Flower #CFCA03
RGB
CMYK
RGB Variations
Color information
#CFCA03 (or 0xCFCA03) is known color: Bird Flower. HEX triplet: CF, CA and 03. RGB value is (207,202,3). Sum of RGB (Red+Green+Blue) = 207+202+3=412 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.24% from 412); Green value is 202 (79.30% from 255 or 49.03% from 412); Blue value is 3 (1.56% from 255 or 0.73% from 412); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA03 is #3035FC. Grayscale: #B5B5B5. Windows color (decimal): -3159549 or 248527. OLE color: 248527.
HSL color Cylindrical-coordinate representation of color #CFCA03: hue angle of 58.53º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #CFCA03 is Cyan = 0, Magento = 0.02, Yellow = 0.99 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 3 | - |
| CMYK | 0 | 0.02 | 0.99 | 0.19 |
| HSL | 58.53º | 0.97% | 0.41% | - |
| HSV(B) | 58.53º | 0.99% | 0.81% | - |
| XYZ | 46.87 | 55.51 | 8.33 | - |
| YUV | 180.81 | 27.66 | 146.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 3 | 0 | 0.02 | 0.99 | 0.19 | 58.53 | 0.97 | 0.41 |
| Hex | CF | CA | 3 | 0 | 2 | 63 | 13 | 3B | 61 | 29 |
| Octal | 317 | 312 | 3 | 0 | 2 | 143 | 23 | 73 | 141 | 51 |
| Binary | 11001111 | 11001010 | 11 | 0 | 10 | 1100011 | 10011 | 111011 | 1100001 | 101001 |
Color Harmonies of #CFCA03
Complementary color
Monochromatic Colors of #CFCA03
Black with #CFCA03
Text Example
Text Example
White with #CFCA03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA03; }
p { color: rgb(207,202,3); }
H1.HeaderClassName
{
color: #CFCA03;
}
.AnyTagClassName
{
color: #CFCA03;
}
</style>
background-color css
<style>
a { background-color: #CFCA03; }
a { background-color: rgb(207,202,3); }
div.DivClassName
{
background-color: #CFCA03;
}
.BgClassName
{
background-color: #CFCA03;
}
</style>
border-color css
<style>
span { border-color: #CFCA03; }
span { border-color: rgb(207,202,3); }
td.TdClassName
{
border-color: #CFCA03;
}
.TagClassName
{
border-color: #CFCA03;
}
</style>