Shades of Bird Flower #D4C704
Tints of Bird Flower #D4C704
RGB
CMYK
RGB Variations
Color information
#D4C704 (or 0xD4C704) is known color: Bird Flower. HEX triplet: D4, C7 and 04. RGB value is (212,199,4). Sum of RGB (Red+Green+Blue) = 212+199+4=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 199 (78.12% from 255 or 47.95% from 415); Blue value is 4 (1.95% from 255 or 0.96% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C704 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C704 is #2B38FB. Grayscale: #B5B5B5. Windows color (decimal): -2832636 or 313300. OLE color: 313300.
HSL color Cylindrical-coordinate representation of color #D4C704: hue angle of 56.25º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4C704 is Cyan = 0, Magento = 0.06, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 4 | - |
| CMYK | 0 | 0.06 | 0.98 | 0.17 |
| HSL | 56.25º | 0.96% | 0.42% | - |
| HSV(B) | 56.25º | 0.98% | 0.83% | - |
| XYZ | 47.6 | 54.85 | 8.19 | - |
| YUV | 180.66 | 28.31 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 4 | 0 | 0.06 | 0.98 | 0.17 | 56.25 | 0.96 | 0.42 |
| Hex | D4 | C7 | 4 | 0 | 6 | 62 | 11 | 38 | 60 | 2A |
| Octal | 324 | 307 | 4 | 0 | 6 | 142 | 21 | 70 | 140 | 52 |
| Binary | 11010100 | 11000111 | 100 | 0 | 110 | 1100010 | 10001 | 111000 | 1100000 | 101010 |
Color Harmonies of #D4C704
Complementary color
Monochromatic Colors of #D4C704
Black with #D4C704
Text Example
Text Example
White with #D4C704
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C704; }
p { color: rgb(212,199,4); }
H1.HeaderClassName
{
color: #D4C704;
}
.AnyTagClassName
{
color: #D4C704;
}
</style>
background-color css
<style>
a { background-color: #D4C704; }
a { background-color: rgb(212,199,4); }
div.DivClassName
{
background-color: #D4C704;
}
.BgClassName
{
background-color: #D4C704;
}
</style>
border-color css
<style>
span { border-color: #D4C704; }
span { border-color: rgb(212,199,4); }
td.TdClassName
{
border-color: #D4C704;
}
.TagClassName
{
border-color: #D4C704;
}
</style>