Shades of Bird Flower #CFCA0C
Tints of Bird Flower #CFCA0C
RGB
CMYK
RGB Variations
Color information
#CFCA0C (or 0xCFCA0C) is known color: Bird Flower. HEX triplet: CF, CA and 0C. RGB value is (207,202,12). Sum of RGB (Red+Green+Blue) = 207+202+12=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 202 (79.30% from 255 or 47.98% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFCA0C is #3035F3. Grayscale: #B6B6B6. Windows color (decimal): -3159540 or 838351. OLE color: 838351.
HSL color Cylindrical-coordinate representation of color #CFCA0C: hue angle of 58.46º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFCA0C is Cyan = 0, Magento = 0.02, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 202 | 12 | - |
| CMYK | 0 | 0.02 | 0.94 | 0.19 |
| HSL | 58.46º | 0.89% | 0.43% | - |
| HSV(B) | 58.46º | 0.94% | 0.81% | - |
| XYZ | 46.92 | 55.53 | 8.59 | - |
| YUV | 181.84 | 32.16 | 145.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 202 | 12 | 0 | 0.02 | 0.94 | 0.19 | 58.46 | 0.89 | 0.43 |
| Hex | CF | CA | C | 0 | 2 | 5E | 13 | 3A | 59 | 2B |
| Octal | 317 | 312 | 14 | 0 | 2 | 136 | 23 | 72 | 131 | 53 |
| Binary | 11001111 | 11001010 | 1100 | 0 | 10 | 1011110 | 10011 | 111010 | 1011001 | 101011 |
Color Harmonies of #CFCA0C
Complementary color
Monochromatic Colors of #CFCA0C
Black with #CFCA0C
Text Example
Text Example
White with #CFCA0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFCA0C; }
p { color: rgb(207,202,12); }
H1.HeaderClassName
{
color: #CFCA0C;
}
.AnyTagClassName
{
color: #CFCA0C;
}
</style>
background-color css
<style>
a { background-color: #CFCA0C; }
a { background-color: rgb(207,202,12); }
div.DivClassName
{
background-color: #CFCA0C;
}
.BgClassName
{
background-color: #CFCA0C;
}
</style>
border-color css
<style>
span { border-color: #CFCA0C; }
span { border-color: rgb(207,202,12); }
td.TdClassName
{
border-color: #CFCA0C;
}
.TagClassName
{
border-color: #CFCA0C;
}
</style>