Shades of Bird Flower #D8C503
Tints of Bird Flower #D8C503
RGB
CMYK
RGB Variations
Color information
#D8C503 (or 0xD8C503) is known color: Bird Flower. HEX triplet: D8, C5 and 03. RGB value is (216,197,3). Sum of RGB (Red+Green+Blue) = 216+197+3=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 197 (77.34% from 255 or 47.36% from 416); Blue value is 3 (1.56% from 255 or 0.72% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C503 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C503 is #273AFC. Grayscale: #B5B5B5. Windows color (decimal): -2571005 or 247256. OLE color: 247256.
HSL color Cylindrical-coordinate representation of color #D8C503: hue angle of 54.65º 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 #D8C503 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 197 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.15 |
| HSL | 54.65º | 0.97% | 0.43% | - |
| HSV(B) | 54.65º | 0.99% | 0.85% | - |
| XYZ | 48.3 | 54.54 | 8.07 | - |
| YUV | 180.57 | 27.79 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 197 | 3 | 0 | 0.09 | 0.99 | 0.15 | 54.65 | 0.97 | 0.43 |
| Hex | D8 | C5 | 3 | 0 | 9 | 63 | F | 37 | 61 | 2B |
| Octal | 330 | 305 | 3 | 0 | 11 | 143 | 17 | 67 | 141 | 53 |
| Binary | 11011000 | 11000101 | 11 | 0 | 1001 | 1100011 | 1111 | 110111 | 1100001 | 101011 |
Color Harmonies of #D8C503
Complementary color
Monochromatic Colors of #D8C503
Black with #D8C503
Text Example
Text Example
White with #D8C503
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C503; }
p { color: rgb(216,197,3); }
H1.HeaderClassName
{
color: #D8C503;
}
.AnyTagClassName
{
color: #D8C503;
}
</style>
background-color css
<style>
a { background-color: #D8C503; }
a { background-color: rgb(216,197,3); }
div.DivClassName
{
background-color: #D8C503;
}
.BgClassName
{
background-color: #D8C503;
}
</style>
border-color css
<style>
span { border-color: #D8C503; }
span { border-color: rgb(216,197,3); }
td.TdClassName
{
border-color: #D8C503;
}
.TagClassName
{
border-color: #D8C503;
}
</style>