Shades of Bird Flower #D1CF03
Tints of Bird Flower #D1CF03
RGB
CMYK
RGB Variations
Color information
#D1CF03 (or 0xD1CF03) is known color: Bird Flower. HEX triplet: D1, CF and 03. RGB value is (209,207,3). Sum of RGB (Red+Green+Blue) = 209+207+3=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 3 (1.56% from 255 or 0.72% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF03 is #2E30FC. Grayscale: #B9B9B9. Windows color (decimal): -3027197 or 249809. OLE color: 249809.
HSL color Cylindrical-coordinate representation of color #D1CF03: hue angle of 59.42º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1CF03 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.18 |
| HSL | 59.42º | 0.97% | 0.42% | - |
| HSV(B) | 59.42º | 0.99% | 0.82% | - |
| XYZ | 48.62 | 58.19 | 8.75 | - |
| YUV | 184.34 | 25.66 | 145.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 3 | 0 | 0.01 | 0.99 | 0.18 | 59.42 | 0.97 | 0.42 |
| Hex | D1 | CF | 3 | 0 | 1 | 63 | 12 | 3B | 61 | 2A |
| Octal | 321 | 317 | 3 | 0 | 1 | 143 | 22 | 73 | 141 | 52 |
| Binary | 11010001 | 11001111 | 11 | 0 | 1 | 1100011 | 10010 | 111011 | 1100001 | 101010 |
Color Harmonies of #D1CF03
Complementary color
Monochromatic Colors of #D1CF03
Black with #D1CF03
Text Example
Text Example
White with #D1CF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF03; }
p { color: rgb(209,207,3); }
H1.HeaderClassName
{
color: #D1CF03;
}
.AnyTagClassName
{
color: #D1CF03;
}
</style>
background-color css
<style>
a { background-color: #D1CF03; }
a { background-color: rgb(209,207,3); }
div.DivClassName
{
background-color: #D1CF03;
}
.BgClassName
{
background-color: #D1CF03;
}
</style>
border-color css
<style>
span { border-color: #D1CF03; }
span { border-color: rgb(209,207,3); }
td.TdClassName
{
border-color: #D1CF03;
}
.TagClassName
{
border-color: #D1CF03;
}
</style>