Shades of Bird Flower #D4D00A
Tints of Bird Flower #D4D00A
RGB
CMYK
RGB Variations
Color information
#D4D00A (or 0xD4D00A) is known color: Bird Flower. HEX triplet: D4, D0 and 0A. RGB value is (212,208,10). Sum of RGB (Red+Green+Blue) = 212+208+10=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 208 (81.64% from 255 or 48.37% from 430); Blue value is 10 (4.30% from 255 or 2.33% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4D00A is #2B2FF5. Grayscale: #BBBBBB. Windows color (decimal): -2830326 or 708820. OLE color: 708820.
HSL color Cylindrical-coordinate representation of color #D4D00A: hue angle of 58.81º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4D00A is Cyan = 0, Magento = 0.02, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 208 | 10 | - |
| CMYK | 0 | 0.02 | 0.95 | 0.17 |
| HSL | 58.81º | 0.91% | 0.44% | - |
| HSV(B) | 58.81º | 0.95% | 0.83% | - |
| XYZ | 49.76 | 59.13 | 9.08 | - |
| YUV | 186.62 | 28.33 | 146.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 208 | 10 | 0 | 0.02 | 0.95 | 0.17 | 58.81 | 0.91 | 0.44 |
| Hex | D4 | D0 | A | 0 | 2 | 5F | 11 | 3B | 5B | 2C |
| Octal | 324 | 320 | 12 | 0 | 2 | 137 | 21 | 73 | 133 | 54 |
| Binary | 11010100 | 11010000 | 1010 | 0 | 10 | 1011111 | 10001 | 111011 | 1011011 | 101100 |
Color Harmonies of #D4D00A
Complementary color
Monochromatic Colors of #D4D00A
Black with #D4D00A
Text Example
Text Example
White with #D4D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4D00A; }
p { color: rgb(212,208,10); }
H1.HeaderClassName
{
color: #D4D00A;
}
.AnyTagClassName
{
color: #D4D00A;
}
</style>
background-color css
<style>
a { background-color: #D4D00A; }
a { background-color: rgb(212,208,10); }
div.DivClassName
{
background-color: #D4D00A;
}
.BgClassName
{
background-color: #D4D00A;
}
</style>
border-color css
<style>
span { border-color: #D4D00A; }
span { border-color: rgb(212,208,10); }
td.TdClassName
{
border-color: #D4D00A;
}
.TagClassName
{
border-color: #D4D00A;
}
</style>