Shades of Bird Flower #D8D103
Tints of Bird Flower #D8D103
RGB
CMYK
RGB Variations
Color information
#D8D103 (or 0xD8D103) is known color: Bird Flower. HEX triplet: D8, D1 and 03. RGB value is (216,209,3). Sum of RGB (Red+Green+Blue) = 216+209+3=428 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.47% from 428); Green value is 209 (82.03% from 255 or 48.83% from 428); Blue value is 3 (1.56% from 255 or 0.70% from 428); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D103 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8D103 is #272EFC. Grayscale: #BCBCBC. Windows color (decimal): -2567933 or 250328. OLE color: 250328.
HSL color Cylindrical-coordinate representation of color #D8D103: hue angle of 58.03º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D8D103 is Cyan = 0, Magento = 0.03, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 209 | 3 | - |
| CMYK | 0 | 0.03 | 0.99 | 0.15 |
| HSL | 58.03º | 0.97% | 0.43% | - |
| HSV(B) | 58.03º | 0.99% | 0.85% | - |
| XYZ | 51.14 | 60.21 | 9.01 | - |
| YUV | 187.61 | 23.82 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 209 | 3 | 0 | 0.03 | 0.99 | 0.15 | 58.03 | 0.97 | 0.43 |
| Hex | D8 | D1 | 3 | 0 | 3 | 63 | F | 3A | 61 | 2B |
| Octal | 330 | 321 | 3 | 0 | 3 | 143 | 17 | 72 | 141 | 53 |
| Binary | 11011000 | 11010001 | 11 | 0 | 11 | 1100011 | 1111 | 111010 | 1100001 | 101011 |
Color Harmonies of #D8D103
Complementary color
Monochromatic Colors of #D8D103
Black with #D8D103
Text Example
Text Example
White with #D8D103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8D103; }
p { color: rgb(216,209,3); }
H1.HeaderClassName
{
color: #D8D103;
}
.AnyTagClassName
{
color: #D8D103;
}
</style>
background-color css
<style>
a { background-color: #D8D103; }
a { background-color: rgb(216,209,3); }
div.DivClassName
{
background-color: #D8D103;
}
.BgClassName
{
background-color: #D8D103;
}
</style>
border-color css
<style>
span { border-color: #D8D103; }
span { border-color: rgb(216,209,3); }
td.TdClassName
{
border-color: #D8D103;
}
.TagClassName
{
border-color: #D8D103;
}
</style>