Shades of Bird Flower #CFD80A
Tints of Bird Flower #CFD80A
RGB
CMYK
RGB Variations
Color information
#CFD80A (or 0xCFD80A) is known color: Bird Flower. HEX triplet: CF, D8 and 0A. RGB value is (207,216,10). Sum of RGB (Red+Green+Blue) = 207+216+10=433 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.81% from 433); Green value is 216 (84.77% from 255 or 49.88% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD80A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD80A is #3027F5. Grayscale: #BEBEBE. Windows color (decimal): -3155958 or 710863. OLE color: 710863.
HSL color Cylindrical-coordinate representation of color #CFD80A: hue angle of 62.62º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFD80A is Cyan = 0.04, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 10 | - |
| CMYK | 0.04 | 0 | 0.95 | 0.15 |
| HSL | 62.62º | 0.91% | 0.44% | - |
| HSV(B) | 62.62º | 0.95% | 0.85% | - |
| XYZ | 50.34 | 62.4 | 9.68 | - |
| YUV | 189.83 | 26.52 | 140.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 10 | 0.04 | 0 | 0.95 | 0.15 | 62.62 | 0.91 | 0.44 |
| Hex | CF | D8 | A | 4 | 0 | 5F | F | 3F | 5B | 2C |
| Octal | 317 | 330 | 12 | 4 | 0 | 137 | 17 | 77 | 133 | 54 |
| Binary | 11001111 | 11011000 | 1010 | 100 | 0 | 1011111 | 1111 | 111111 | 1011011 | 101100 |
Color Harmonies of #CFD80A
Complementary color
Monochromatic Colors of #CFD80A
Black with #CFD80A
Text Example
Text Example
White with #CFD80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD80A; }
p { color: rgb(207,216,10); }
H1.HeaderClassName
{
color: #CFD80A;
}
.AnyTagClassName
{
color: #CFD80A;
}
</style>
background-color css
<style>
a { background-color: #CFD80A; }
a { background-color: rgb(207,216,10); }
div.DivClassName
{
background-color: #CFD80A;
}
.BgClassName
{
background-color: #CFD80A;
}
</style>
border-color css
<style>
span { border-color: #CFD80A; }
span { border-color: rgb(207,216,10); }
td.TdClassName
{
border-color: #CFD80A;
}
.TagClassName
{
border-color: #CFD80A;
}
</style>