Shades of Bird Flower #CACF0F
Tints of Bird Flower #CACF0F
RGB
CMYK
RGB Variations
Color information
#CACF0F (or 0xCACF0F) is known color: Bird Flower. HEX triplet: CA, CF and 0F. RGB value is (202,207,15). Sum of RGB (Red+Green+Blue) = 202+207+15=424 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.64% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 207 - color contains mainly: green. Hex color #CACF0F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CACF0F is #3530F0. Grayscale: #B8B8B8. Windows color (decimal): -3485937 or 1036234. OLE color: 1036234.
HSL color Cylindrical-coordinate representation of color #CACF0F: hue angle of 61.56º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CACF0F is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 202 | 207 | 15 | - |
| CMYK | 0.02 | 0 | 0.93 | 0.19 |
| HSL | 61.56º | 0.86% | 0.44% | - |
| HSV(B) | 61.56º | 0.93% | 0.81% | - |
| XYZ | 46.76 | 57.22 | 9.03 | - |
| YUV | 183.62 | 32.84 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 202 | 207 | 15 | 0.02 | 0 | 0.93 | 0.19 | 61.56 | 0.86 | 0.44 |
| Hex | CA | CF | F | 2 | 0 | 5D | 13 | 3E | 56 | 2C |
| Octal | 312 | 317 | 17 | 2 | 0 | 135 | 23 | 76 | 126 | 54 |
| Binary | 11001010 | 11001111 | 1111 | 10 | 0 | 1011101 | 10011 | 111110 | 1010110 | 101100 |
Color Harmonies of #CACF0F
Complementary color
Monochromatic Colors of #CACF0F
Black with #CACF0F
Text Example
Text Example
White with #CACF0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CACF0F; }
p { color: rgb(202,207,15); }
H1.HeaderClassName
{
color: #CACF0F;
}
.AnyTagClassName
{
color: #CACF0F;
}
</style>
background-color css
<style>
a { background-color: #CACF0F; }
a { background-color: rgb(202,207,15); }
div.DivClassName
{
background-color: #CACF0F;
}
.BgClassName
{
background-color: #CACF0F;
}
</style>
border-color css
<style>
span { border-color: #CACF0F; }
span { border-color: rgb(202,207,15); }
td.TdClassName
{
border-color: #CACF0F;
}
.TagClassName
{
border-color: #CACF0F;
}
</style>