Shades of Bird Flower #D1CF05
Tints of Bird Flower #D1CF05
RGB
CMYK
RGB Variations
Color information
#D1CF05 (or 0xD1CF05) is known color: Bird Flower. HEX triplet: D1, CF and 05. RGB value is (209,207,5). Sum of RGB (Red+Green+Blue) = 209+207+5=421 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.64% from 421); Green value is 207 (81.25% from 255 or 49.17% from 421); Blue value is 5 (2.34% from 255 or 1.19% from 421); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF05 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF05 is #2E30FA. Grayscale: #B9B9B9. Windows color (decimal): -3027195 or 380881. OLE color: 380881.
HSL color Cylindrical-coordinate representation of color #D1CF05: hue angle of 59.41º 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 #D1CF05 is Cyan = 0, Magento = 0.01, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 5 | - |
| CMYK | 0 | 0.01 | 0.98 | 0.18 |
| HSL | 59.41º | 0.95% | 0.42% | - |
| HSV(B) | 59.41º | 0.98% | 0.82% | - |
| XYZ | 48.63 | 58.19 | 8.81 | - |
| YUV | 184.57 | 26.66 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 5 | 0 | 0.01 | 0.98 | 0.18 | 59.41 | 0.95 | 0.42 |
| Hex | D1 | CF | 5 | 0 | 1 | 62 | 12 | 3B | 5F | 2A |
| Octal | 321 | 317 | 5 | 0 | 1 | 142 | 22 | 73 | 137 | 52 |
| Binary | 11010001 | 11001111 | 101 | 0 | 1 | 1100010 | 10010 | 111011 | 1011111 | 101010 |
Color Harmonies of #D1CF05
Complementary color
Monochromatic Colors of #D1CF05
Black with #D1CF05
Text Example
Text Example
White with #D1CF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF05; }
p { color: rgb(209,207,5); }
H1.HeaderClassName
{
color: #D1CF05;
}
.AnyTagClassName
{
color: #D1CF05;
}
</style>
background-color css
<style>
a { background-color: #D1CF05; }
a { background-color: rgb(209,207,5); }
div.DivClassName
{
background-color: #D1CF05;
}
.BgClassName
{
background-color: #D1CF05;
}
</style>
border-color css
<style>
span { border-color: #D1CF05; }
span { border-color: rgb(209,207,5); }
td.TdClassName
{
border-color: #D1CF05;
}
.TagClassName
{
border-color: #D1CF05;
}
</style>