Shades of Bird Flower #D0CF08
Tints of Bird Flower #D0CF08
RGB
CMYK
RGB Variations
Color information
#D0CF08 (or 0xD0CF08) is known color: Bird Flower. HEX triplet: D0, CF and 08. RGB value is (208,207,8). Sum of RGB (Red+Green+Blue) = 208+207+8=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 207 (81.25% from 255 or 48.94% from 423); Blue value is 8 (3.52% from 255 or 1.89% from 423); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CF08 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0CF08 is #2F30F7. Grayscale: #B9B9B9. Windows color (decimal): -3092728 or 577488. OLE color: 577488.
HSL color Cylindrical-coordinate representation of color #D0CF08: hue angle of 59.7º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D0CF08 is Cyan = 0, Magento = 0.00, Yellow = 0.96 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 207 | 8 | - |
| CMYK | 0 | 0.00 | 0.96 | 0.18 |
| HSL | 59.7º | 0.93% | 0.42% | - |
| HSV(B) | 59.7º | 0.96% | 0.82% | - |
| XYZ | 48.37 | 58.05 | 8.89 | - |
| YUV | 184.61 | 28.33 | 144.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 207 | 8 | 0 | 0.00 | 0.96 | 0.18 | 59.7 | 0.93 | 0.42 |
| Hex | D0 | CF | 8 | 0 | 0 | 60 | 12 | 3C | 5D | 2A |
| Octal | 320 | 317 | 10 | 0 | 0 | 140 | 22 | 74 | 135 | 52 |
| Binary | 11010000 | 11001111 | 1000 | 0 | 0 | 1100000 | 10010 | 111100 | 1011101 | 101010 |
Color Harmonies of #D0CF08
Complementary color
Monochromatic Colors of #D0CF08
Black with #D0CF08
Text Example
Text Example
White with #D0CF08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0CF08; }
p { color: rgb(208,207,8); }
H1.HeaderClassName
{
color: #D0CF08;
}
.AnyTagClassName
{
color: #D0CF08;
}
</style>
background-color css
<style>
a { background-color: #D0CF08; }
a { background-color: rgb(208,207,8); }
div.DivClassName
{
background-color: #D0CF08;
}
.BgClassName
{
background-color: #D0CF08;
}
</style>
border-color css
<style>
span { border-color: #D0CF08; }
span { border-color: rgb(208,207,8); }
td.TdClassName
{
border-color: #D0CF08;
}
.TagClassName
{
border-color: #D0CF08;
}
</style>