Shades of Bird Flower #CFD105
Tints of Bird Flower #CFD105
RGB
CMYK
RGB Variations
Color information
#CFD105 (or 0xCFD105) is known color: Bird Flower. HEX triplet: CF, D1 and 05. RGB value is (207,209,5). Sum of RGB (Red+Green+Blue) = 207+209+5=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 209 (82.03% from 255 or 49.64% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 209 - color contains mainly: green. Hex color #CFD105 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD105 is #302EFA. Grayscale: #B9B9B9. Windows color (decimal): -3157755 or 381391. OLE color: 381391.
HSL color Cylindrical-coordinate representation of color #CFD105: hue angle of 60.59º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #CFD105 is Cyan = 0.01, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 209 | 5 | - |
| CMYK | 0.01 | 0 | 0.98 | 0.18 |
| HSL | 60.59º | 0.95% | 0.42% | - |
| HSV(B) | 60.59º | 0.98% | 0.82% | - |
| XYZ | 48.56 | 58.88 | 8.95 | - |
| YUV | 185.15 | 26.34 | 143.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 209 | 5 | 0.01 | 0 | 0.98 | 0.18 | 60.59 | 0.95 | 0.42 |
| Hex | CF | D1 | 5 | 1 | 0 | 62 | 12 | 3D | 5F | 2A |
| Octal | 317 | 321 | 5 | 1 | 0 | 142 | 22 | 75 | 137 | 52 |
| Binary | 11001111 | 11010001 | 101 | 1 | 0 | 1100010 | 10010 | 111101 | 1011111 | 101010 |
Color Harmonies of #CFD105
Complementary color
Monochromatic Colors of #CFD105
Black with #CFD105
Text Example
Text Example
White with #CFD105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD105; }
p { color: rgb(207,209,5); }
H1.HeaderClassName
{
color: #CFD105;
}
.AnyTagClassName
{
color: #CFD105;
}
</style>
background-color css
<style>
a { background-color: #CFD105; }
a { background-color: rgb(207,209,5); }
div.DivClassName
{
background-color: #CFD105;
}
.BgClassName
{
background-color: #CFD105;
}
</style>
border-color css
<style>
span { border-color: #CFD105; }
span { border-color: rgb(207,209,5); }
td.TdClassName
{
border-color: #CFD105;
}
.TagClassName
{
border-color: #CFD105;
}
</style>