Shades of Bird Flower #CFD808
Tints of Bird Flower #CFD808
RGB
CMYK
RGB Variations
Color information
#CFD808 (or 0xCFD808) is known color: Bird Flower. HEX triplet: CF, D8 and 08. RGB value is (207,216,8). Sum of RGB (Red+Green+Blue) = 207+216+8=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 216 (84.77% from 255 or 50.12% from 431); Blue value is 8 (3.52% from 255 or 1.86% from 431); Max value from RGB is 216 - color contains mainly: green. Hex color #CFD808 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD808 is #3027F7. Grayscale: #BEBEBE. Windows color (decimal): -3155960 or 579791. OLE color: 579791.
HSL color Cylindrical-coordinate representation of color #CFD808: hue angle of 62.6º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFD808 is Cyan = 0.04, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 216 | 8 | - |
| CMYK | 0.04 | 0 | 0.96 | 0.15 |
| HSL | 62.6º | 0.93% | 0.44% | - |
| HSV(B) | 62.6º | 0.96% | 0.85% | - |
| XYZ | 50.33 | 62.39 | 9.62 | - |
| YUV | 189.6 | 25.52 | 140.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 216 | 8 | 0.04 | 0 | 0.96 | 0.15 | 62.6 | 0.93 | 0.44 |
| Hex | CF | D8 | 8 | 4 | 0 | 60 | F | 3F | 5D | 2C |
| Octal | 317 | 330 | 10 | 4 | 0 | 140 | 17 | 77 | 135 | 54 |
| Binary | 11001111 | 11011000 | 1000 | 100 | 0 | 1100000 | 1111 | 111111 | 1011101 | 101100 |
Color Harmonies of #CFD808
Complementary color
Monochromatic Colors of #CFD808
Black with #CFD808
Text Example
Text Example
White with #CFD808
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD808; }
p { color: rgb(207,216,8); }
H1.HeaderClassName
{
color: #CFD808;
}
.AnyTagClassName
{
color: #CFD808;
}
</style>
background-color css
<style>
a { background-color: #CFD808; }
a { background-color: rgb(207,216,8); }
div.DivClassName
{
background-color: #CFD808;
}
.BgClassName
{
background-color: #CFD808;
}
</style>
border-color css
<style>
span { border-color: #CFD808; }
span { border-color: rgb(207,216,8); }
td.TdClassName
{
border-color: #CFD808;
}
.TagClassName
{
border-color: #CFD808;
}
</style>