Shades of Bird Flower #D1CF06
Tints of Bird Flower #D1CF06
RGB
CMYK
RGB Variations
Color information
#D1CF06 (or 0xD1CF06) is known color: Bird Flower. HEX triplet: D1, CF and 06. RGB value is (209,207,6). Sum of RGB (Red+Green+Blue) = 209+207+6=422 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.53% from 422); Green value is 207 (81.25% from 255 or 49.05% from 422); Blue value is 6 (2.73% from 255 or 1.42% from 422); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF06 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF06 is #2E30F9. Grayscale: #B9B9B9. Windows color (decimal): -3027194 or 446417. OLE color: 446417.
HSL color Cylindrical-coordinate representation of color #D1CF06: hue angle of 59.41º 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 #D1CF06 is Cyan = 0, Magento = 0.01, Yellow = 0.97 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 6 | - |
| CMYK | 0 | 0.01 | 0.97 | 0.18 |
| HSL | 59.41º | 0.94% | 0.42% | - |
| HSV(B) | 59.41º | 0.97% | 0.82% | - |
| XYZ | 48.64 | 58.19 | 8.84 | - |
| YUV | 184.68 | 27.16 | 145.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 6 | 0 | 0.01 | 0.97 | 0.18 | 59.41 | 0.94 | 0.42 |
| Hex | D1 | CF | 6 | 0 | 1 | 61 | 12 | 3B | 5E | 2A |
| Octal | 321 | 317 | 6 | 0 | 1 | 141 | 22 | 73 | 136 | 52 |
| Binary | 11010001 | 11001111 | 110 | 0 | 1 | 1100001 | 10010 | 111011 | 1011110 | 101010 |
Color Harmonies of #D1CF06
Complementary color
Monochromatic Colors of #D1CF06
Black with #D1CF06
Text Example
Text Example
White with #D1CF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF06; }
p { color: rgb(209,207,6); }
H1.HeaderClassName
{
color: #D1CF06;
}
.AnyTagClassName
{
color: #D1CF06;
}
</style>
background-color css
<style>
a { background-color: #D1CF06; }
a { background-color: rgb(209,207,6); }
div.DivClassName
{
background-color: #D1CF06;
}
.BgClassName
{
background-color: #D1CF06;
}
</style>
border-color css
<style>
span { border-color: #D1CF06; }
span { border-color: rgb(209,207,6); }
td.TdClassName
{
border-color: #D1CF06;
}
.TagClassName
{
border-color: #D1CF06;
}
</style>