Shades of Bird Flower #D8CD0A
Tints of Bird Flower #D8CD0A
RGB
CMYK
RGB Variations
Color information
#D8CD0A (or 0xD8CD0A) is known color: Bird Flower. HEX triplet: D8, CD and 0A. RGB value is (216,205,10). Sum of RGB (Red+Green+Blue) = 216+205+10=431 (57% of max value = 765). Red value is 216 (84.77% from 255 or 50.12% from 431); Green value is 205 (80.47% from 255 or 47.56% from 431); Blue value is 10 (4.30% from 255 or 2.32% from 431); Max value from RGB is 216 - color contains mainly: red. Hex color #D8CD0A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8CD0A is #2732F5. Grayscale: #BABABA. Windows color (decimal): -2568950 or 708056. OLE color: 708056.
HSL color Cylindrical-coordinate representation of color #D8CD0A: hue angle of 56.8º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D8CD0A is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 205 | 10 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.15 |
| HSL | 56.8º | 0.91% | 0.44% | - |
| HSV(B) | 56.8º | 0.95% | 0.85% | - |
| XYZ | 50.21 | 58.28 | 8.89 | - |
| YUV | 186.06 | 28.64 | 149.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 205 | 10 | 0 | 0.05 | 0.95 | 0.15 | 56.8 | 0.91 | 0.44 |
| Hex | D8 | CD | A | 0 | 5 | 5F | F | 39 | 5B | 2C |
| Octal | 330 | 315 | 12 | 0 | 5 | 137 | 17 | 71 | 133 | 54 |
| Binary | 11011000 | 11001101 | 1010 | 0 | 101 | 1011111 | 1111 | 111001 | 1011011 | 101100 |
Color Harmonies of #D8CD0A
Complementary color
Monochromatic Colors of #D8CD0A
Black with #D8CD0A
Text Example
Text Example
White with #D8CD0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8CD0A; }
p { color: rgb(216,205,10); }
H1.HeaderClassName
{
color: #D8CD0A;
}
.AnyTagClassName
{
color: #D8CD0A;
}
</style>
background-color css
<style>
a { background-color: #D8CD0A; }
a { background-color: rgb(216,205,10); }
div.DivClassName
{
background-color: #D8CD0A;
}
.BgClassName
{
background-color: #D8CD0A;
}
</style>
border-color css
<style>
span { border-color: #D8CD0A; }
span { border-color: rgb(216,205,10); }
td.TdClassName
{
border-color: #D8CD0A;
}
.TagClassName
{
border-color: #D8CD0A;
}
</style>