Shades of Bird Flower #CFC10A
Tints of Bird Flower #CFC10A
RGB
CMYK
RGB Variations
Color information
#CFC10A (or 0xCFC10A) is known color: Bird Flower. HEX triplet: CF, C1 and 0A. RGB value is (207,193,10). Sum of RGB (Red+Green+Blue) = 207+193+10=410 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.49% from 410); Green value is 193 (75.78% from 255 or 47.07% from 410); Blue value is 10 (4.30% from 255 or 2.44% from 410); Max value from RGB is 207 - color contains mainly: red. Hex color #CFC10A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFC10A is #303EF5. Grayscale: #B1B1B1. Windows color (decimal): -3161846 or 704975. OLE color: 704975.
HSL color Cylindrical-coordinate representation of color #CFC10A: hue angle of 55.74º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFC10A is Cyan = 0, Magento = 0.07, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 193 | 10 | - |
| CMYK | 0 | 0.07 | 0.95 | 0.19 |
| HSL | 55.74º | 0.91% | 0.43% | - |
| HSV(B) | 55.74º | 0.95% | 0.81% | - |
| XYZ | 44.86 | 51.43 | 7.85 | - |
| YUV | 176.32 | 34.14 | 149.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 193 | 10 | 0 | 0.07 | 0.95 | 0.19 | 55.74 | 0.91 | 0.43 |
| Hex | CF | C1 | A | 0 | 7 | 5F | 13 | 38 | 5B | 2B |
| Octal | 317 | 301 | 12 | 0 | 7 | 137 | 23 | 70 | 133 | 53 |
| Binary | 11001111 | 11000001 | 1010 | 0 | 111 | 1011111 | 10011 | 111000 | 1011011 | 101011 |
Color Harmonies of #CFC10A
Complementary color
Monochromatic Colors of #CFC10A
Black with #CFC10A
Text Example
Text Example
White with #CFC10A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFC10A; }
p { color: rgb(207,193,10); }
H1.HeaderClassName
{
color: #CFC10A;
}
.AnyTagClassName
{
color: #CFC10A;
}
</style>
background-color css
<style>
a { background-color: #CFC10A; }
a { background-color: rgb(207,193,10); }
div.DivClassName
{
background-color: #CFC10A;
}
.BgClassName
{
background-color: #CFC10A;
}
</style>
border-color css
<style>
span { border-color: #CFC10A; }
span { border-color: rgb(207,193,10); }
td.TdClassName
{
border-color: #CFC10A;
}
.TagClassName
{
border-color: #CFC10A;
}
</style>