Shades of Bird Flower #D4C605
Tints of Bird Flower #D4C605
RGB
CMYK
RGB Variations
Color information
#D4C605 (or 0xD4C605) is known color: Bird Flower. HEX triplet: D4, C6 and 05. RGB value is (212,198,5). Sum of RGB (Red+Green+Blue) = 212+198+5=415 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.08% from 415); Green value is 198 (77.73% from 255 or 47.71% from 415); Blue value is 5 (2.34% from 255 or 1.20% from 415); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C605 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C605 is #2B39FA. Grayscale: #B4B4B4. Windows color (decimal): -2832891 or 378580. OLE color: 378580.
HSL color Cylindrical-coordinate representation of color #D4C605: hue angle of 55.94º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D4C605 is Cyan = 0, Magento = 0.07, Yellow = 0.98 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 198 | 5 | - |
| CMYK | 0 | 0.07 | 0.98 | 0.17 |
| HSL | 55.94º | 0.95% | 0.43% | - |
| HSV(B) | 55.94º | 0.98% | 0.83% | - |
| XYZ | 47.37 | 54.4 | 8.15 | - |
| YUV | 180.18 | 29.14 | 150.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 198 | 5 | 0 | 0.07 | 0.98 | 0.17 | 55.94 | 0.95 | 0.43 |
| Hex | D4 | C6 | 5 | 0 | 7 | 62 | 11 | 38 | 5F | 2B |
| Octal | 324 | 306 | 5 | 0 | 7 | 142 | 21 | 70 | 137 | 53 |
| Binary | 11010100 | 11000110 | 101 | 0 | 111 | 1100010 | 10001 | 111000 | 1011111 | 101011 |
Color Harmonies of #D4C605
Complementary color
Monochromatic Colors of #D4C605
Black with #D4C605
Text Example
Text Example
White with #D4C605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C605; }
p { color: rgb(212,198,5); }
H1.HeaderClassName
{
color: #D4C605;
}
.AnyTagClassName
{
color: #D4C605;
}
</style>
background-color css
<style>
a { background-color: #D4C605; }
a { background-color: rgb(212,198,5); }
div.DivClassName
{
background-color: #D4C605;
}
.BgClassName
{
background-color: #D4C605;
}
</style>
border-color css
<style>
span { border-color: #D4C605; }
span { border-color: rgb(212,198,5); }
td.TdClassName
{
border-color: #D4C605;
}
.TagClassName
{
border-color: #D4C605;
}
</style>