Shades of Bird Flower #D7C304
Tints of Bird Flower #D7C304
RGB
CMYK
RGB Variations
Color information
#D7C304 (or 0xD7C304) is known color: Bird Flower. HEX triplet: D7, C3 and 04. RGB value is (215,195,4). Sum of RGB (Red+Green+Blue) = 215+195+4=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 195 (76.56% from 255 or 47.10% from 414); Blue value is 4 (1.95% from 255 or 0.97% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C304 is #283CFB. Grayscale: #B3B3B3. Windows color (decimal): -2637052 or 312279. OLE color: 312279.
HSL color Cylindrical-coordinate representation of color #D7C304: hue angle of 54.31º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D7C304 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 195 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.16 |
| HSL | 54.31º | 0.96% | 0.43% | - |
| HSV(B) | 54.31º | 0.98% | 0.84% | - |
| XYZ | 47.56 | 53.49 | 7.93 | - |
| YUV | 179.21 | 29.13 | 153.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 195 | 4 | 0 | 0.09 | 0.98 | 0.16 | 54.31 | 0.96 | 0.43 |
| Hex | D7 | C3 | 4 | 0 | 9 | 62 | 10 | 36 | 60 | 2B |
| Octal | 327 | 303 | 4 | 0 | 11 | 142 | 20 | 66 | 140 | 53 |
| Binary | 11010111 | 11000011 | 100 | 0 | 1001 | 1100010 | 10000 | 110110 | 1100000 | 101011 |
Color Harmonies of #D7C304
Complementary color
Monochromatic Colors of #D7C304
Black with #D7C304
Text Example
Text Example
White with #D7C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C304; }
p { color: rgb(215,195,4); }
H1.HeaderClassName
{
color: #D7C304;
}
.AnyTagClassName
{
color: #D7C304;
}
</style>
background-color css
<style>
a { background-color: #D7C304; }
a { background-color: rgb(215,195,4); }
div.DivClassName
{
background-color: #D7C304;
}
.BgClassName
{
background-color: #D7C304;
}
</style>
border-color css
<style>
span { border-color: #D7C304; }
span { border-color: rgb(215,195,4); }
td.TdClassName
{
border-color: #D7C304;
}
.TagClassName
{
border-color: #D7C304;
}
</style>