Shades of Bird Flower #D8C304
Tints of Bird Flower #D8C304
RGB
CMYK
RGB Variations
Color information
#D8C304 (or 0xD8C304) is known color: Bird Flower. HEX triplet: D8, C3 and 04. RGB value is (216,195,4). Sum of RGB (Red+Green+Blue) = 216+195+4=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 195 (76.56% from 255 or 46.99% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C304 is #273CFB. Grayscale: #B4B4B4. Windows color (decimal): -2571516 or 312280. OLE color: 312280.
HSL color Cylindrical-coordinate representation of color #D8C304: hue angle of 54.06º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D8C304 is Cyan = 0, Magento = 0.10, Yellow = 0.98 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 195 | 4 | - |
| CMYK | 0 | 0.10 | 0.98 | 0.15 |
| HSL | 54.06º | 0.96% | 0.43% | - |
| HSV(B) | 54.06º | 0.98% | 0.85% | - |
| XYZ | 47.86 | 53.64 | 7.95 | - |
| YUV | 179.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 195 | 4 | 0 | 0.10 | 0.98 | 0.15 | 54.06 | 0.96 | 0.43 |
| Hex | D8 | C3 | 4 | 0 | A | 62 | F | 36 | 60 | 2B |
| Octal | 330 | 303 | 4 | 0 | 12 | 142 | 17 | 66 | 140 | 53 |
| Binary | 11011000 | 11000011 | 100 | 0 | 1010 | 1100010 | 1111 | 110110 | 1100000 | 101011 |
Color Harmonies of #D8C304
Complementary color
Monochromatic Colors of #D8C304
Black with #D8C304
Text Example
Text Example
White with #D8C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C304; }
p { color: rgb(216,195,4); }
H1.HeaderClassName
{
color: #D8C304;
}
.AnyTagClassName
{
color: #D8C304;
}
</style>
background-color css
<style>
a { background-color: #D8C304; }
a { background-color: rgb(216,195,4); }
div.DivClassName
{
background-color: #D8C304;
}
.BgClassName
{
background-color: #D8C304;
}
</style>
border-color css
<style>
span { border-color: #D8C304; }
span { border-color: rgb(216,195,4); }
td.TdClassName
{
border-color: #D8C304;
}
.TagClassName
{
border-color: #D8C304;
}
</style>