Shades of Bird Flower #CFD80D
Tints of Bird Flower #CFD80D
RGB
CMYK
RGB Variations
Color information
#CFD80D (or 0xCFD80D) is known color: Bird Flower. HEX triplet: CF, D8 and 0D. RGB value is (207,216,13). Sum of RGB (Red+Green+Blue) = 207+216+13=436 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.48% from 436); Green value is 216 (84.77% from 255 or 49.54% from 436); Blue value is 13 (5.47% from 255 or 2.98% from 436); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD80D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD80D is #3027F2. Grayscale: #BEBEBE. Windows color (decimal): -3155955 or 907471. OLE color: 907471.
HSL color Cylindrical-coordinate representation of color #CFD80D: hue angle of 62.66º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFD80D is Cyan = 0.04, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 13 | - |
| CMYK | 0.04 | 0 | 0.94 | 0.15 |
| HSL | 62.66º | 0.89% | 0.45% | - |
| HSV(B) | 62.66º | 0.94% | 0.85% | - |
| XYZ | 50.36 | 62.41 | 9.77 | - |
| YUV | 190.17 | 28.02 | 140.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 13 | 0.04 | 0 | 0.94 | 0.15 | 62.66 | 0.89 | 0.45 |
| Hex | CF | D8 | D | 4 | 0 | 5E | F | 3F | 59 | 2D |
| Octal | 317 | 330 | 15 | 4 | 0 | 136 | 17 | 77 | 131 | 55 |
| Binary | 11001111 | 11011000 | 1101 | 100 | 0 | 1011110 | 1111 | 111111 | 1011001 | 101101 |
Color Harmonies of #CFD80D
Complementary color
Monochromatic Colors of #CFD80D
Black with #CFD80D
Text Example
Text Example
White with #CFD80D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD80D; }
p { color: rgb(207,216,13); }
H1.HeaderClassName
{
color: #CFD80D;
}
.AnyTagClassName
{
color: #CFD80D;
}
</style>
background-color css
<style>
a { background-color: #CFD80D; }
a { background-color: rgb(207,216,13); }
div.DivClassName
{
background-color: #CFD80D;
}
.BgClassName
{
background-color: #CFD80D;
}
</style>
border-color css
<style>
span { border-color: #CFD80D; }
span { border-color: rgb(207,216,13); }
td.TdClassName
{
border-color: #CFD80D;
}
.TagClassName
{
border-color: #CFD80D;
}
</style>