Shades of Bird Flower #D0D403
Tints of Bird Flower #D0D403
RGB
CMYK
RGB Variations
Color information
#D0D403 (or 0xD0D403) is known color: Bird Flower. HEX triplet: D0, D4 and 03. RGB value is (208,212,3). Sum of RGB (Red+Green+Blue) = 208+212+3=423 (56% of max value = 765). Red value is 208 (81.64% from 255 or 49.17% from 423); Green value is 212 (83.20% from 255 or 50.12% from 423); Blue value is 3 (1.56% from 255 or 0.71% from 423); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0D403 is #2F2BFC. Grayscale: #BBBBBB. Windows color (decimal): -3091453 or 251088. OLE color: 251088.
HSL color Cylindrical-coordinate representation of color #D0D403: hue angle of 61.15º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0D403 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 208 | 212 | 3 | - |
| CMYK | 0.02 | 0 | 0.99 | 0.17 |
| HSL | 61.15º | 0.97% | 0.42% | - |
| HSV(B) | 61.15º | 0.99% | 0.83% | - |
| XYZ | 49.57 | 60.5 | 9.15 | - |
| YUV | 186.98 | 24.17 | 142.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 212 | 3 | 0.02 | 0 | 0.99 | 0.17 | 61.15 | 0.97 | 0.42 |
| Hex | D0 | D4 | 3 | 2 | 0 | 63 | 11 | 3D | 61 | 2A |
| Octal | 320 | 324 | 3 | 2 | 0 | 143 | 21 | 75 | 141 | 52 |
| Binary | 11010000 | 11010100 | 11 | 10 | 0 | 1100011 | 10001 | 111101 | 1100001 | 101010 |
Color Harmonies of #D0D403
Complementary color
Monochromatic Colors of #D0D403
Black with #D0D403
Text Example
Text Example
White with #D0D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0D403; }
p { color: rgb(208,212,3); }
H1.HeaderClassName
{
color: #D0D403;
}
.AnyTagClassName
{
color: #D0D403;
}
</style>
background-color css
<style>
a { background-color: #D0D403; }
a { background-color: rgb(208,212,3); }
div.DivClassName
{
background-color: #D0D403;
}
.BgClassName
{
background-color: #D0D403;
}
</style>
border-color css
<style>
span { border-color: #D0D403; }
span { border-color: rgb(208,212,3); }
td.TdClassName
{
border-color: #D0D403;
}
.TagClassName
{
border-color: #D0D403;
}
</style>