Shades of Bird Flower #D9D60A
Tints of Bird Flower #D9D60A
RGB
CMYK
RGB Variations
Color information
#D9D60A (or 0xD9D60A) is known color: Bird Flower. HEX triplet: D9, D6 and 0A. RGB value is (217,214,10). Sum of RGB (Red+Green+Blue) = 217+214+10=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 214 (83.98% from 255 or 48.53% from 441); Blue value is 10 (4.30% from 255 or 2.27% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D9D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9D60A is #2629F5. Grayscale: #C0C0C0. Windows color (decimal): -2501110 or 710361. OLE color: 710361.
HSL color Cylindrical-coordinate representation of color #D9D60A: hue angle of 59.13º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D9D60A is Cyan = 0, Magento = 0.01, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 214 | 10 | - |
| CMYK | 0 | 0.01 | 0.95 | 0.15 |
| HSL | 59.13º | 0.91% | 0.45% | - |
| HSV(B) | 59.13º | 0.95% | 0.85% | - |
| XYZ | 52.72 | 62.87 | 9.64 | - |
| YUV | 191.64 | 25.49 | 146.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 214 | 10 | 0 | 0.01 | 0.95 | 0.15 | 59.13 | 0.91 | 0.45 |
| Hex | D9 | D6 | A | 0 | 1 | 5F | F | 3B | 5B | 2D |
| Octal | 331 | 326 | 12 | 0 | 1 | 137 | 17 | 73 | 133 | 55 |
| Binary | 11011001 | 11010110 | 1010 | 0 | 1 | 1011111 | 1111 | 111011 | 1011011 | 101101 |
Color Harmonies of #D9D60A
Complementary color
Monochromatic Colors of #D9D60A
Black with #D9D60A
Text Example
Text Example
White with #D9D60A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9D60A; }
p { color: rgb(217,214,10); }
H1.HeaderClassName
{
color: #D9D60A;
}
.AnyTagClassName
{
color: #D9D60A;
}
</style>
background-color css
<style>
a { background-color: #D9D60A; }
a { background-color: rgb(217,214,10); }
div.DivClassName
{
background-color: #D9D60A;
}
.BgClassName
{
background-color: #D9D60A;
}
</style>
border-color css
<style>
span { border-color: #D9D60A; }
span { border-color: rgb(217,214,10); }
td.TdClassName
{
border-color: #D9D60A;
}
.TagClassName
{
border-color: #D9D60A;
}
</style>