Shades of Bird Flower #CFD20A
Tints of Bird Flower #CFD20A
RGB
CMYK
RGB Variations
Color information
#CFD20A (or 0xCFD20A) is known color: Bird Flower. HEX triplet: CF, D2 and 0A. RGB value is (207,210,10). Sum of RGB (Red+Green+Blue) = 207+210+10=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 210 (82.42% from 255 or 49.18% from 427); Blue value is 10 (4.30% from 255 or 2.34% from 427); Max value from RGB is 210 - color contains mainly: green. Hex color #CFD20A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD20A is #302DF5. Grayscale: #BBBBBB. Windows color (decimal): -3157494 or 709327. OLE color: 709327.
HSL color Cylindrical-coordinate representation of color #CFD20A: hue angle of 60.9º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CFD20A is Cyan = 0.01, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 210 | 10 | - |
| CMYK | 0.01 | 0 | 0.95 | 0.18 |
| HSL | 60.9º | 0.91% | 0.43% | - |
| HSV(B) | 60.9º | 0.95% | 0.82% | - |
| XYZ | 48.83 | 59.38 | 9.17 | - |
| YUV | 186.3 | 28.51 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 210 | 10 | 0.01 | 0 | 0.95 | 0.18 | 60.9 | 0.91 | 0.43 |
| Hex | CF | D2 | A | 1 | 0 | 5F | 12 | 3D | 5B | 2B |
| Octal | 317 | 322 | 12 | 1 | 0 | 137 | 22 | 75 | 133 | 53 |
| Binary | 11001111 | 11010010 | 1010 | 1 | 0 | 1011111 | 10010 | 111101 | 1011011 | 101011 |
Color Harmonies of #CFD20A
Complementary color
Monochromatic Colors of #CFD20A
Black with #CFD20A
Text Example
Text Example
White with #CFD20A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD20A; }
p { color: rgb(207,210,10); }
H1.HeaderClassName
{
color: #CFD20A;
}
.AnyTagClassName
{
color: #CFD20A;
}
</style>
background-color css
<style>
a { background-color: #CFD20A; }
a { background-color: rgb(207,210,10); }
div.DivClassName
{
background-color: #CFD20A;
}
.BgClassName
{
background-color: #CFD20A;
}
</style>
border-color css
<style>
span { border-color: #CFD20A; }
span { border-color: rgb(207,210,10); }
td.TdClassName
{
border-color: #CFD20A;
}
.TagClassName
{
border-color: #CFD20A;
}
</style>