Shades of Bird Flower #D1D403
Tints of Bird Flower #D1D403
RGB
CMYK
RGB Variations
Color information
#D1D403 (or 0xD1D403) is known color: Bird Flower. HEX triplet: D1, D4 and 03. RGB value is (209,212,3). Sum of RGB (Red+Green+Blue) = 209+212+3=424 (56% of max value = 765). Red value is 209 (82.03% from 255 or 49.29% from 424); Green value is 212 (83.20% from 255 or 50% from 424); Blue value is 3 (1.56% from 255 or 0.71% from 424); Max value from RGB is 212 - color contains mainly: green. Hex color #D1D403 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D403 is #2E2BFC. Grayscale: #BCBCBC. Windows color (decimal): -3025917 or 251089. OLE color: 251089.
HSL color Cylindrical-coordinate representation of color #D1D403: hue angle of 60.86º 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 #D1D403 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 209 | 212 | 3 | - |
| CMYK | 0.01 | 0 | 0.99 | 0.17 |
| HSL | 60.86º | 0.97% | 0.42% | - |
| HSV(B) | 60.86º | 0.99% | 0.83% | - |
| XYZ | 49.85 | 60.65 | 9.16 | - |
| YUV | 187.28 | 24.01 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 212 | 3 | 0.01 | 0 | 0.99 | 0.17 | 60.86 | 0.97 | 0.42 |
| Hex | D1 | D4 | 3 | 1 | 0 | 63 | 11 | 3D | 61 | 2A |
| Octal | 321 | 324 | 3 | 1 | 0 | 143 | 21 | 75 | 141 | 52 |
| Binary | 11010001 | 11010100 | 11 | 1 | 0 | 1100011 | 10001 | 111101 | 1100001 | 101010 |
Color Harmonies of #D1D403
Complementary color
Monochromatic Colors of #D1D403
Black with #D1D403
Text Example
Text Example
White with #D1D403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D403; }
p { color: rgb(209,212,3); }
H1.HeaderClassName
{
color: #D1D403;
}
.AnyTagClassName
{
color: #D1D403;
}
</style>
background-color css
<style>
a { background-color: #D1D403; }
a { background-color: rgb(209,212,3); }
div.DivClassName
{
background-color: #D1D403;
}
.BgClassName
{
background-color: #D1D403;
}
</style>
border-color css
<style>
span { border-color: #D1D403; }
span { border-color: rgb(209,212,3); }
td.TdClassName
{
border-color: #D1D403;
}
.TagClassName
{
border-color: #D1D403;
}
</style>