Shades of Bird Flower #CFD908
Tints of Bird Flower #CFD908
RGB
CMYK
RGB Variations
Color information
#CFD908 (or 0xCFD908) is known color: Bird Flower. HEX triplet: CF, D9 and 08. RGB value is (207,217,8). Sum of RGB (Red+Green+Blue) = 207+217+8=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 217 (85.16% from 255 or 50.23% from 432); Blue value is 8 (3.52% from 255 or 1.85% from 432); Max value from RGB is 217 - color contains mainly: green. Hex color #CFD908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD908 is #3026F7. Grayscale: #BFBFBF. Windows color (decimal): -3155704 or 580047. OLE color: 580047.
HSL color Cylindrical-coordinate representation of color #CFD908: hue angle of 62.87º 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 #CFD908 is Cyan = 0.05, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 207 | 217 | 8 | - |
| CMYK | 0.05 | 0 | 0.96 | 0.15 |
| HSL | 62.87º | 0.93% | 0.44% | - |
| HSV(B) | 62.87º | 0.96% | 0.85% | - |
| XYZ | 50.59 | 62.91 | 9.71 | - |
| YUV | 190.18 | 25.19 | 139.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 217 | 8 | 0.05 | 0 | 0.96 | 0.15 | 62.87 | 0.93 | 0.44 |
| Hex | CF | D9 | 8 | 5 | 0 | 60 | F | 3F | 5D | 2C |
| Octal | 317 | 331 | 10 | 5 | 0 | 140 | 17 | 77 | 135 | 54 |
| Binary | 11001111 | 11011001 | 1000 | 101 | 0 | 1100000 | 1111 | 111111 | 1011101 | 101100 |
Color Harmonies of #CFD908
Complementary color
Monochromatic Colors of #CFD908
Black with #CFD908
Text Example
Text Example
White with #CFD908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD908; }
p { color: rgb(207,217,8); }
H1.HeaderClassName
{
color: #CFD908;
}
.AnyTagClassName
{
color: #CFD908;
}
</style>
background-color css
<style>
a { background-color: #CFD908; }
a { background-color: rgb(207,217,8); }
div.DivClassName
{
background-color: #CFD908;
}
.BgClassName
{
background-color: #CFD908;
}
</style>
border-color css
<style>
span { border-color: #CFD908; }
span { border-color: rgb(207,217,8); }
td.TdClassName
{
border-color: #CFD908;
}
.TagClassName
{
border-color: #CFD908;
}
</style>