Shades of Bird Flower #CFDA0A
Tints of Bird Flower #CFDA0A
RGB
CMYK
RGB Variations
Color information
#CFDA0A (or 0xCFDA0A) is known color: Bird Flower. HEX triplet: CF, DA and 0A. RGB value is (207,218,10). Sum of RGB (Red+Green+Blue) = 207+218+10=435 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.59% from 435); Green value is 218 (85.55% from 255 or 50.11% from 435); Blue value is 10 (4.30% from 255 or 2.30% from 435); Max value from RGB is 218 - color contains mainly: green. Hex color #CFDA0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFDA0A is #3025F5. Grayscale: #BFBFBF. Windows color (decimal): -3155446 or 711375. OLE color: 711375.
HSL color Cylindrical-coordinate representation of color #CFDA0A: hue angle of 63.17º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFDA0A is Cyan = 0.05, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 218 | 10 | - |
| CMYK | 0.05 | 0 | 0.95 | 0.15 |
| HSL | 63.17º | 0.91% | 0.45% | - |
| HSV(B) | 63.17º | 0.95% | 0.85% | - |
| XYZ | 50.86 | 63.43 | 9.85 | - |
| YUV | 191 | 25.86 | 139.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 218 | 10 | 0.05 | 0 | 0.95 | 0.15 | 63.17 | 0.91 | 0.45 |
| Hex | CF | DA | A | 5 | 0 | 5F | F | 3F | 5B | 2D |
| Octal | 317 | 332 | 12 | 5 | 0 | 137 | 17 | 77 | 133 | 55 |
| Binary | 11001111 | 11011010 | 1010 | 101 | 0 | 1011111 | 1111 | 111111 | 1011011 | 101101 |
Color Harmonies of #CFDA0A
Complementary color
Monochromatic Colors of #CFDA0A
Black with #CFDA0A
Text Example
Text Example
White with #CFDA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFDA0A; }
p { color: rgb(207,218,10); }
H1.HeaderClassName
{
color: #CFDA0A;
}
.AnyTagClassName
{
color: #CFDA0A;
}
</style>
background-color css
<style>
a { background-color: #CFDA0A; }
a { background-color: rgb(207,218,10); }
div.DivClassName
{
background-color: #CFDA0A;
}
.BgClassName
{
background-color: #CFDA0A;
}
</style>
border-color css
<style>
span { border-color: #CFDA0A; }
span { border-color: rgb(207,218,10); }
td.TdClassName
{
border-color: #CFDA0A;
}
.TagClassName
{
border-color: #CFDA0A;
}
</style>