Shades of Bird Flower #D6C304
Tints of Bird Flower #D6C304
RGB
CMYK
RGB Variations
Color information
#D6C304 (or 0xD6C304) is known color: Bird Flower. HEX triplet: D6, C3 and 04. RGB value is (214,195,4). Sum of RGB (Red+Green+Blue) = 214+195+4=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 4 (1.95% from 255 or 0.97% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C304 is #293CFB. Grayscale: #B3B3B3. Windows color (decimal): -2702588 or 312278. OLE color: 312278.
HSL color Cylindrical-coordinate representation of color #D6C304: hue angle of 54.57º 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 #D6C304 is Cyan = 0, Magento = 0.09, Yellow = 0.98 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 4 | - |
| CMYK | 0 | 0.09 | 0.98 | 0.16 |
| HSL | 54.57º | 0.96% | 0.43% | - |
| HSV(B) | 54.57º | 0.98% | 0.84% | - |
| XYZ | 47.27 | 53.34 | 7.92 | - |
| YUV | 178.91 | 29.29 | 153.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 4 | 0 | 0.09 | 0.98 | 0.16 | 54.57 | 0.96 | 0.43 |
| Hex | D6 | C3 | 4 | 0 | 9 | 62 | 10 | 37 | 60 | 2B |
| Octal | 326 | 303 | 4 | 0 | 11 | 142 | 20 | 67 | 140 | 53 |
| Binary | 11010110 | 11000011 | 100 | 0 | 1001 | 1100010 | 10000 | 110111 | 1100000 | 101011 |
Color Harmonies of #D6C304
Complementary color
Monochromatic Colors of #D6C304
Black with #D6C304
Text Example
Text Example
White with #D6C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C304; }
p { color: rgb(214,195,4); }
H1.HeaderClassName
{
color: #D6C304;
}
.AnyTagClassName
{
color: #D6C304;
}
</style>
background-color css
<style>
a { background-color: #D6C304; }
a { background-color: rgb(214,195,4); }
div.DivClassName
{
background-color: #D6C304;
}
.BgClassName
{
background-color: #D6C304;
}
</style>
border-color css
<style>
span { border-color: #D6C304; }
span { border-color: rgb(214,195,4); }
td.TdClassName
{
border-color: #D6C304;
}
.TagClassName
{
border-color: #D6C304;
}
</style>