Shades of Bird Flower #D4C706
Tints of Bird Flower #D4C706
RGB
CMYK
RGB Variations
Color information
#D4C706 (or 0xD4C706) is known color: Bird Flower. HEX triplet: D4, C7 and 06. RGB value is (212,199,6). Sum of RGB (Red+Green+Blue) = 212+199+6=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 199 (78.12% from 255 or 47.72% from 417); Blue value is 6 (2.73% from 255 or 1.44% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C706 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C706 is #2B38F9. Grayscale: #B5B5B5. Windows color (decimal): -2832634 or 444372. OLE color: 444372.
HSL color Cylindrical-coordinate representation of color #D4C706: hue angle of 56.21º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D4C706 is Cyan = 0, Magento = 0.06, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 6 | - |
| CMYK | 0 | 0.06 | 0.97 | 0.17 |
| HSL | 56.21º | 0.94% | 0.43% | - |
| HSV(B) | 56.21º | 0.97% | 0.83% | - |
| XYZ | 47.61 | 54.86 | 8.25 | - |
| YUV | 180.89 | 29.31 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 6 | 0 | 0.06 | 0.97 | 0.17 | 56.21 | 0.94 | 0.43 |
| Hex | D4 | C7 | 6 | 0 | 6 | 61 | 11 | 38 | 5E | 2B |
| Octal | 324 | 307 | 6 | 0 | 6 | 141 | 21 | 70 | 136 | 53 |
| Binary | 11010100 | 11000111 | 110 | 0 | 110 | 1100001 | 10001 | 111000 | 1011110 | 101011 |
Color Harmonies of #D4C706
Complementary color
Monochromatic Colors of #D4C706
Black with #D4C706
Text Example
Text Example
White with #D4C706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C706; }
p { color: rgb(212,199,6); }
H1.HeaderClassName
{
color: #D4C706;
}
.AnyTagClassName
{
color: #D4C706;
}
</style>
background-color css
<style>
a { background-color: #D4C706; }
a { background-color: rgb(212,199,6); }
div.DivClassName
{
background-color: #D4C706;
}
.BgClassName
{
background-color: #D4C706;
}
</style>
border-color css
<style>
span { border-color: #D4C706; }
span { border-color: rgb(212,199,6); }
td.TdClassName
{
border-color: #D4C706;
}
.TagClassName
{
border-color: #D4C706;
}
</style>