Shades of Bird Flower #D0D201
Tints of Bird Flower #D0D201
RGB
CMYK
RGB Variations
Color information
#D0D201 (or 0xD0D201) is known color: Bird Flower. HEX triplet: D0, D2 and 01. RGB value is (208,210,1). Sum of RGB (Red+Green+Blue) = 208+210+1=419 (55% of max value = 765). Red value is 208 (81.64% from 255 or 49.64% from 419); Green value is 210 (82.42% from 255 or 50.12% from 419); Blue value is 1 (0.78% from 255 or 0.24% from 419); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D201 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D201 is #2F2DFE. Grayscale: #BABABA. Windows color (decimal): -3091967 or 119504. OLE color: 119504.
HSL color Cylindrical-coordinate representation of color #D0D201: hue angle of 60.57º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D0D201 is Cyan = 0.01, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 210 | 1 | - |
| CMYK | 0.01 | 0 | 1.00 | 0.18 |
| HSL | 60.57º | 0.99% | 0.41% | - |
| HSV(B) | 60.57º | 1% | 0.82% | - |
| XYZ | 49.06 | 59.51 | 8.93 | - |
| YUV | 185.58 | 23.84 | 143.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 210 | 1 | 0.01 | 0 | 1.00 | 0.18 | 60.57 | 0.99 | 0.41 |
| Hex | D0 | D2 | 1 | 1 | 0 | 64 | 12 | 3D | 63 | 29 |
| Octal | 320 | 322 | 1 | 1 | 0 | 144 | 22 | 75 | 143 | 51 |
| Binary | 11010000 | 11010010 | 1 | 1 | 0 | 1100100 | 10010 | 111101 | 1100011 | 101001 |
Color Harmonies of #D0D201
Complementary color
Monochromatic Colors of #D0D201
Black with #D0D201
Text Example
Text Example
White with #D0D201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D201; }
p { color: rgb(208,210,1); }
H1.HeaderClassName
{
color: #D0D201;
}
.AnyTagClassName
{
color: #D0D201;
}
</style>
background-color css
<style>
a { background-color: #D0D201; }
a { background-color: rgb(208,210,1); }
div.DivClassName
{
background-color: #D0D201;
}
.BgClassName
{
background-color: #D0D201;
}
</style>
border-color css
<style>
span { border-color: #D0D201; }
span { border-color: rgb(208,210,1); }
td.TdClassName
{
border-color: #D0D201;
}
.TagClassName
{
border-color: #D0D201;
}
</style>