Shades of Bird Flower #D4D203
Tints of Bird Flower #D4D203
RGB
CMYK
RGB Variations
Color information
#D4D203 (or 0xD4D203) is known color: Bird Flower. HEX triplet: D4, D2 and 03. RGB value is (212,210,3). Sum of RGB (Red+Green+Blue) = 212+210+3=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 3 (1.56% from 255 or 0.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D203 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D203 is #2B2DFC. Grayscale: #BBBBBB. Windows color (decimal): -2829821 or 250580. OLE color: 250580.
HSL color Cylindrical-coordinate representation of color #D4D203: hue angle of 59.43º 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 #D4D203 is Cyan = 0, Magento = 0.01, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 210 | 3 | - |
| CMYK | 0 | 0.01 | 0.99 | 0.17 |
| HSL | 59.43º | 0.97% | 0.42% | - |
| HSV(B) | 59.43º | 0.99% | 0.83% | - |
| XYZ | 50.21 | 60.1 | 9.04 | - |
| YUV | 187 | 24.16 | 145.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 210 | 3 | 0 | 0.01 | 0.99 | 0.17 | 59.43 | 0.97 | 0.42 |
| Hex | D4 | D2 | 3 | 0 | 1 | 63 | 11 | 3B | 61 | 2A |
| Octal | 324 | 322 | 3 | 0 | 1 | 143 | 21 | 73 | 141 | 52 |
| Binary | 11010100 | 11010010 | 11 | 0 | 1 | 1100011 | 10001 | 111011 | 1100001 | 101010 |
Color Harmonies of #D4D203
Complementary color
Monochromatic Colors of #D4D203
Black with #D4D203
Text Example
Text Example
White with #D4D203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D203; }
p { color: rgb(212,210,3); }
H1.HeaderClassName
{
color: #D4D203;
}
.AnyTagClassName
{
color: #D4D203;
}
</style>
background-color css
<style>
a { background-color: #D4D203; }
a { background-color: rgb(212,210,3); }
div.DivClassName
{
background-color: #D4D203;
}
.BgClassName
{
background-color: #D4D203;
}
</style>
border-color css
<style>
span { border-color: #D4D203; }
span { border-color: rgb(212,210,3); }
td.TdClassName
{
border-color: #D4D203;
}
.TagClassName
{
border-color: #D4D203;
}
</style>