Shades of Bird Flower #CFD108
Tints of Bird Flower #CFD108
RGB
CMYK
RGB Variations
Color information
#CFD108 (or 0xCFD108) is known color: Bird Flower. HEX triplet: CF, D1 and 08. RGB value is (207,209,8). Sum of RGB (Red+Green+Blue) = 207+209+8=424 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.82% from 424); Green value is 209 (82.03% from 255 or 49.29% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD108 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD108 is #302EF7. Grayscale: #BABABA. Windows color (decimal): -3157752 or 577999. OLE color: 577999.
HSL color Cylindrical-coordinate representation of color #CFD108: hue angle of 60.6º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CFD108 is Cyan = 0.01, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 8 | - |
| CMYK | 0.01 | 0 | 0.96 | 0.18 |
| HSL | 60.6º | 0.93% | 0.43% | - |
| HSV(B) | 60.6º | 0.96% | 0.82% | - |
| XYZ | 48.58 | 58.88 | 9.04 | - |
| YUV | 185.49 | 27.84 | 143.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 8 | 0.01 | 0 | 0.96 | 0.18 | 60.6 | 0.93 | 0.43 |
| Hex | CF | D1 | 8 | 1 | 0 | 60 | 12 | 3D | 5D | 2B |
| Octal | 317 | 321 | 10 | 1 | 0 | 140 | 22 | 75 | 135 | 53 |
| Binary | 11001111 | 11010001 | 1000 | 1 | 0 | 1100000 | 10010 | 111101 | 1011101 | 101011 |
Color Harmonies of #CFD108
Complementary color
Monochromatic Colors of #CFD108
Black with #CFD108
Text Example
Text Example
White with #CFD108
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD108; }
p { color: rgb(207,209,8); }
H1.HeaderClassName
{
color: #CFD108;
}
.AnyTagClassName
{
color: #CFD108;
}
</style>
background-color css
<style>
a { background-color: #CFD108; }
a { background-color: rgb(207,209,8); }
div.DivClassName
{
background-color: #CFD108;
}
.BgClassName
{
background-color: #CFD108;
}
</style>
border-color css
<style>
span { border-color: #CFD108; }
span { border-color: rgb(207,209,8); }
td.TdClassName
{
border-color: #CFD108;
}
.TagClassName
{
border-color: #CFD108;
}
</style>