Shades of Bird Flower #D7D00A
Tints of Bird Flower #D7D00A
RGB
CMYK
RGB Variations
Color information
#D7D00A (or 0xD7D00A) is known color: Bird Flower. HEX triplet: D7, D0 and 0A. RGB value is (215,208,10). Sum of RGB (Red+Green+Blue) = 215+208+10=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 208 (81.64% from 255 or 48.04% from 433); Blue value is 10 (4.30% from 255 or 2.31% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D00A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D00A is #282FF5. Grayscale: #BCBCBC. Windows color (decimal): -2633718 or 708823. OLE color: 708823.
HSL color Cylindrical-coordinate representation of color #D7D00A: hue angle of 57.95º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D7D00A is Cyan = 0, Magento = 0.03, Yellow = 0.95 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 10 | - |
| CMYK | 0 | 0.03 | 0.95 | 0.16 |
| HSL | 57.95º | 0.91% | 0.44% | - |
| HSV(B) | 57.95º | 0.95% | 0.84% | - |
| XYZ | 50.64 | 59.58 | 9.12 | - |
| YUV | 187.52 | 27.82 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 10 | 0 | 0.03 | 0.95 | 0.16 | 57.95 | 0.91 | 0.44 |
| Hex | D7 | D0 | A | 0 | 3 | 5F | 10 | 3A | 5B | 2C |
| Octal | 327 | 320 | 12 | 0 | 3 | 137 | 20 | 72 | 133 | 54 |
| Binary | 11010111 | 11010000 | 1010 | 0 | 11 | 1011111 | 10000 | 111010 | 1011011 | 101100 |
Color Harmonies of #D7D00A
Complementary color
Monochromatic Colors of #D7D00A
Black with #D7D00A
Text Example
Text Example
White with #D7D00A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D00A; }
p { color: rgb(215,208,10); }
H1.HeaderClassName
{
color: #D7D00A;
}
.AnyTagClassName
{
color: #D7D00A;
}
</style>
background-color css
<style>
a { background-color: #D7D00A; }
a { background-color: rgb(215,208,10); }
div.DivClassName
{
background-color: #D7D00A;
}
.BgClassName
{
background-color: #D7D00A;
}
</style>
border-color css
<style>
span { border-color: #D7D00A; }
span { border-color: rgb(215,208,10); }
td.TdClassName
{
border-color: #D7D00A;
}
.TagClassName
{
border-color: #D7D00A;
}
</style>