Shades of Bird Flower #D8C903
Tints of Bird Flower #D8C903
RGB
CMYK
RGB Variations
Color information
#D8C903 (or 0xD8C903) is known color: Bird Flower. HEX triplet: D8, C9 and 03. RGB value is (216,201,3). Sum of RGB (Red+Green+Blue) = 216+201+3=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 201 (78.91% from 255 or 47.86% from 420); Blue value is 3 (1.56% from 255 or 0.71% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C903 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C903 is #2736FC. Grayscale: #B7B7B7. Windows color (decimal): -2569981 or 248280. OLE color: 248280.
HSL color Cylindrical-coordinate representation of color #D8C903: hue angle of 55.77º 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 #D8C903 is Cyan = 0, Magento = 0.07, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 201 | 3 | - |
| CMYK | 0 | 0.07 | 0.99 | 0.15 |
| HSL | 55.77º | 0.97% | 0.43% | - |
| HSV(B) | 55.77º | 0.99% | 0.85% | - |
| XYZ | 49.22 | 56.38 | 8.37 | - |
| YUV | 182.91 | 26.47 | 151.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 201 | 3 | 0 | 0.07 | 0.99 | 0.15 | 55.77 | 0.97 | 0.43 |
| Hex | D8 | C9 | 3 | 0 | 7 | 63 | F | 38 | 61 | 2B |
| Octal | 330 | 311 | 3 | 0 | 7 | 143 | 17 | 70 | 141 | 53 |
| Binary | 11011000 | 11001001 | 11 | 0 | 111 | 1100011 | 1111 | 111000 | 1100001 | 101011 |
Color Harmonies of #D8C903
Complementary color
Monochromatic Colors of #D8C903
Black with #D8C903
Text Example
Text Example
White with #D8C903
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C903; }
p { color: rgb(216,201,3); }
H1.HeaderClassName
{
color: #D8C903;
}
.AnyTagClassName
{
color: #D8C903;
}
</style>
background-color css
<style>
a { background-color: #D8C903; }
a { background-color: rgb(216,201,3); }
div.DivClassName
{
background-color: #D8C903;
}
.BgClassName
{
background-color: #D8C903;
}
</style>
border-color css
<style>
span { border-color: #D8C903; }
span { border-color: rgb(216,201,3); }
td.TdClassName
{
border-color: #D8C903;
}
.TagClassName
{
border-color: #D8C903;
}
</style>