Shades of Bird Flower #D4D305
Tints of Bird Flower #D4D305
RGB
CMYK
RGB Variations
Color information
#D4D305 (or 0xD4D305) is known color: Bird Flower. HEX triplet: D4, D3 and 05. RGB value is (212,211,5). Sum of RGB (Red+Green+Blue) = 212+211+5=428 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.53% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 5 (2.34% from 255 or 1.17% from 428); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D305 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D305 is #2B2CFA. Grayscale: #BCBCBC. Windows color (decimal): -2829563 or 381908. OLE color: 381908.
HSL color Cylindrical-coordinate representation of color #D4D305: hue angle of 59.71º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4D305 is Cyan = 0, Magento = 0.00, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 211 | 5 | - |
| CMYK | 0 | 0.00 | 0.98 | 0.17 |
| HSL | 59.71º | 0.95% | 0.43% | - |
| HSV(B) | 59.71º | 0.98% | 0.83% | - |
| XYZ | 50.47 | 60.6 | 9.18 | - |
| YUV | 187.82 | 24.83 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 211 | 5 | 0 | 0.00 | 0.98 | 0.17 | 59.71 | 0.95 | 0.43 |
| Hex | D4 | D3 | 5 | 0 | 0 | 62 | 11 | 3C | 5F | 2B |
| Octal | 324 | 323 | 5 | 0 | 0 | 142 | 21 | 74 | 137 | 53 |
| Binary | 11010100 | 11010011 | 101 | 0 | 0 | 1100010 | 10001 | 111100 | 1011111 | 101011 |
Color Harmonies of #D4D305
Complementary color
Monochromatic Colors of #D4D305
Black with #D4D305
Text Example
Text Example
White with #D4D305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D305; }
p { color: rgb(212,211,5); }
H1.HeaderClassName
{
color: #D4D305;
}
.AnyTagClassName
{
color: #D4D305;
}
</style>
background-color css
<style>
a { background-color: #D4D305; }
a { background-color: rgb(212,211,5); }
div.DivClassName
{
background-color: #D4D305;
}
.BgClassName
{
background-color: #D4D305;
}
</style>
border-color css
<style>
span { border-color: #D4D305; }
span { border-color: rgb(212,211,5); }
td.TdClassName
{
border-color: #D4D305;
}
.TagClassName
{
border-color: #D4D305;
}
</style>