Shades of Bird Flower #D0C304
Tints of Bird Flower #D0C304
RGB
CMYK
RGB Variations
Color information
#D0C304 (or 0xD0C304) is known color: Bird Flower. HEX triplet: D0, C3 and 04. RGB value is (208,195,4). Sum of RGB (Red+Green+Blue) = 208+195+4=407 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.11% from 407); Green value is 195 (76.56% from 255 or 47.91% from 407); Blue value is 4 (1.95% from 255 or 0.98% from 407); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C304 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C304 is #2F3CFB. Grayscale: #B1B1B1. Windows color (decimal): -3095804 or 312272. OLE color: 312272.
HSL color Cylindrical-coordinate representation of color #D0C304: hue angle of 56.18º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D0C304 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 195 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.18 |
| HSL | 56.18º | 0.96% | 0.42% | - |
| HSV(B) | 56.18º | 0.98% | 0.82% | - |
| XYZ | 45.55 | 52.45 | 7.84 | - |
| YUV | 177.11 | 30.31 | 150.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 195 | 4 | 0 | 0.06 | 0.98 | 0.18 | 56.18 | 0.96 | 0.42 |
| Hex | D0 | C3 | 4 | 0 | 6 | 62 | 12 | 38 | 60 | 2A |
| Octal | 320 | 303 | 4 | 0 | 6 | 142 | 22 | 70 | 140 | 52 |
| Binary | 11010000 | 11000011 | 100 | 0 | 110 | 1100010 | 10010 | 111000 | 1100000 | 101010 |
Color Harmonies of #D0C304
Complementary color
Monochromatic Colors of #D0C304
Black with #D0C304
Text Example
Text Example
White with #D0C304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C304; }
p { color: rgb(208,195,4); }
H1.HeaderClassName
{
color: #D0C304;
}
.AnyTagClassName
{
color: #D0C304;
}
</style>
background-color css
<style>
a { background-color: #D0C304; }
a { background-color: rgb(208,195,4); }
div.DivClassName
{
background-color: #D0C304;
}
.BgClassName
{
background-color: #D0C304;
}
</style>
border-color css
<style>
span { border-color: #D0C304; }
span { border-color: rgb(208,195,4); }
td.TdClassName
{
border-color: #D0C304;
}
.TagClassName
{
border-color: #D0C304;
}
</style>