Shades of Bird Flower #D1CF08
Tints of Bird Flower #D1CF08
RGB
CMYK
RGB Variations
Color information
#D1CF08 (or 0xD1CF08) is known color: Bird Flower. HEX triplet: D1, CF and 08. RGB value is (209,207,8). Sum of RGB (Red+Green+Blue) = 209+207+8=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 207 (81.25% from 255 or 48.82% from 424); Blue value is 8 (3.52% from 255 or 1.89% from 424); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1CF08 is #2E30F7. Grayscale: #B9B9B9. Windows color (decimal): -3027192 or 577489. OLE color: 577489.
HSL color Cylindrical-coordinate representation of color #D1CF08: hue angle of 59.4º degrees, saturation: 0.93, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D1CF08 is Cyan = 0, Magento = 0.01, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 207 | 8 | - |
| CMYK | 0 | 0.01 | 0.96 | 0.18 |
| HSL | 59.4º | 0.93% | 0.43% | - |
| HSV(B) | 59.4º | 0.96% | 0.82% | - |
| XYZ | 48.65 | 58.2 | 8.9 | - |
| YUV | 184.91 | 28.16 | 145.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 207 | 8 | 0 | 0.01 | 0.96 | 0.18 | 59.4 | 0.93 | 0.43 |
| Hex | D1 | CF | 8 | 0 | 1 | 60 | 12 | 3B | 5D | 2B |
| Octal | 321 | 317 | 10 | 0 | 1 | 140 | 22 | 73 | 135 | 53 |
| Binary | 11010001 | 11001111 | 1000 | 0 | 1 | 1100000 | 10010 | 111011 | 1011101 | 101011 |
Color Harmonies of #D1CF08
Complementary color
Monochromatic Colors of #D1CF08
Black with #D1CF08
Text Example
Text Example
White with #D1CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1CF08; }
p { color: rgb(209,207,8); }
H1.HeaderClassName
{
color: #D1CF08;
}
.AnyTagClassName
{
color: #D1CF08;
}
</style>
background-color css
<style>
a { background-color: #D1CF08; }
a { background-color: rgb(209,207,8); }
div.DivClassName
{
background-color: #D1CF08;
}
.BgClassName
{
background-color: #D1CF08;
}
</style>
border-color css
<style>
span { border-color: #D1CF08; }
span { border-color: rgb(209,207,8); }
td.TdClassName
{
border-color: #D1CF08;
}
.TagClassName
{
border-color: #D1CF08;
}
</style>