Shades of Bird Flower #CFD006
Tints of Bird Flower #CFD006
RGB
CMYK
RGB Variations
Color information
#CFD006 (or 0xCFD006) is known color: Bird Flower. HEX triplet: CF, D0 and 06. RGB value is (207,208,6). Sum of RGB (Red+Green+Blue) = 207+208+6=421 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.17% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 6 (2.73% from 255 or 1.43% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #CFD006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #CFD006 is #302FF9. Grayscale: #B9B9B9. Windows color (decimal): -3158010 or 446671. OLE color: 446671.
HSL color Cylindrical-coordinate representation of color #CFD006: hue angle of 60.3º degrees, saturation: 0.94, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #CFD006 is Cyan = 0.00, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 207 | 208 | 6 | - |
| CMYK | 0.00 | 0 | 0.97 | 0.18 |
| HSL | 60.3º | 0.94% | 0.42% | - |
| HSV(B) | 60.3º | 0.97% | 0.82% | - |
| XYZ | 48.32 | 58.39 | 8.9 | - |
| YUV | 184.67 | 27.17 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 208 | 6 | 0.00 | 0 | 0.97 | 0.18 | 60.3 | 0.94 | 0.42 |
| Hex | CF | D0 | 6 | 0 | 0 | 61 | 12 | 3C | 5E | 2A |
| Octal | 317 | 320 | 6 | 0 | 0 | 141 | 22 | 74 | 136 | 52 |
| Binary | 11001111 | 11010000 | 110 | 0 | 0 | 1100001 | 10010 | 111100 | 1011110 | 101010 |
Color Harmonies of #CFD006
Complementary color
Monochromatic Colors of #CFD006
Black with #CFD006
Text Example
Text Example
White with #CFD006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFD006; }
p { color: rgb(207,208,6); }
H1.HeaderClassName
{
color: #CFD006;
}
.AnyTagClassName
{
color: #CFD006;
}
</style>
background-color css
<style>
a { background-color: #CFD006; }
a { background-color: rgb(207,208,6); }
div.DivClassName
{
background-color: #CFD006;
}
.BgClassName
{
background-color: #CFD006;
}
</style>
border-color css
<style>
span { border-color: #CFD006; }
span { border-color: rgb(207,208,6); }
td.TdClassName
{
border-color: #CFD006;
}
.TagClassName
{
border-color: #CFD006;
}
</style>