Shades of Bird Flower #CFD010
Tints of Bird Flower #CFD010
RGB
CMYK
RGB Variations
Color information
#CFD010 (or 0xCFD010) is known color: Bird Flower. HEX triplet: CF, D0 and 10. RGB value is (207,208,16). Sum of RGB (Red+Green+Blue) = 207+208+16=431 (57% of max value = 765). Red value is 207 (81.25% from 255 or 48.03% from 431); Green value is 208 (81.64% from 255 or 48.26% from 431); Blue value is 16 (6.64% from 255 or 3.71% from 431); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD010 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD010 is #302FEF. Grayscale: #BABABA. Windows color (decimal): -3158000 or 1102031. OLE color: 1102031.
HSL color Cylindrical-coordinate representation of color #CFD010: hue angle of 60.31º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFD010 is Cyan = 0.00, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 16 | - |
| CMYK | 0.00 | 0 | 0.92 | 0.18 |
| HSL | 60.31º | 0.86% | 0.44% | - |
| HSV(B) | 60.31º | 0.92% | 0.82% | - |
| XYZ | 48.38 | 58.41 | 9.22 | - |
| YUV | 185.81 | 32.17 | 143.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 16 | 0.00 | 0 | 0.92 | 0.18 | 60.31 | 0.86 | 0.44 |
| Hex | CF | D0 | 10 | 0 | 0 | 5C | 12 | 3C | 56 | 2C |
| Octal | 317 | 320 | 20 | 0 | 0 | 134 | 22 | 74 | 126 | 54 |
| Binary | 11001111 | 11010000 | 10000 | 0 | 0 | 1011100 | 10010 | 111100 | 1010110 | 101100 |
Color Harmonies of #CFD010
Complementary color
Monochromatic Colors of #CFD010
Black with #CFD010
Text Example
Text Example
White with #CFD010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD010; }
p { color: rgb(207,208,16); }
H1.HeaderClassName
{
color: #CFD010;
}
.AnyTagClassName
{
color: #CFD010;
}
</style>
background-color css
<style>
a { background-color: #CFD010; }
a { background-color: rgb(207,208,16); }
div.DivClassName
{
background-color: #CFD010;
}
.BgClassName
{
background-color: #CFD010;
}
</style>
border-color css
<style>
span { border-color: #CFD010; }
span { border-color: rgb(207,208,16); }
td.TdClassName
{
border-color: #CFD010;
}
.TagClassName
{
border-color: #CFD010;
}
</style>