Shades of Bird Flower #CFCA00
Tints of Bird Flower #CFCA00
RGB
CMYK
RGB Variations
Color information
#CFCA00 (or 0xCFCA00) is known color: Bird Flower. HEX triplet: CF, CA and 00. RGB value is (207,202,0). Sum of RGB (Red+Green+Blue) = 207+202+0=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 202 (79.30% from 255 or 49.39% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA00 is #3035FF. Grayscale: #B5B5B5. Windows color (decimal): -3159552 or 51919. OLE color: 51919.
HSL color Cylindrical-coordinate representation of color #CFCA00: hue angle of 58.55º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #CFCA00 is Cyan = 0, Magento = 0.02, Yellow = 1 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 0 | - |
| CMYK | 0 | 0.02 | 1 | 0.19 |
| HSL | 58.55º | 1% | 0.41% | - |
| HSV(B) | 58.55º | 1% | 0.81% | - |
| XYZ | 46.85 | 55.51 | 8.24 | - |
| YUV | 180.47 | 26.16 | 146.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 0 | 0 | 0.02 | 1 | 0.19 | 58.55 | 1 | 0.41 |
| Hex | CF | CA | 0 | 0 | 2 | 64 | 13 | 3B | 64 | 29 |
| Octal | 317 | 312 | 0 | 0 | 2 | 144 | 23 | 73 | 144 | 51 |
| Binary | 11001111 | 11001010 | 0 | 0 | 10 | 1100100 | 10011 | 111011 | 1100100 | 101001 |
Color Harmonies of #CFCA00
Complementary color
Monochromatic Colors of #CFCA00
Black with #CFCA00
Text Example
Text Example
White with #CFCA00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA00; }
p { color: rgb(207,202,0); }
H1.HeaderClassName
{
color: #CFCA00;
}
.AnyTagClassName
{
color: #CFCA00;
}
</style>
background-color css
<style>
a { background-color: #CFCA00; }
a { background-color: rgb(207,202,0); }
div.DivClassName
{
background-color: #CFCA00;
}
.BgClassName
{
background-color: #CFCA00;
}
</style>
border-color css
<style>
span { border-color: #CFCA00; }
span { border-color: rgb(207,202,0); }
td.TdClassName
{
border-color: #CFCA00;
}
.TagClassName
{
border-color: #CFCA00;
}
</style>