Shades of Bird Flower #D4C713
Tints of Bird Flower #D4C713
RGB
CMYK
RGB Variations
Color information
#D4C713 (or 0xD4C713) is known color: Bird Flower. HEX triplet: D4, C7 and 13. RGB value is (212,199,19). Sum of RGB (Red+Green+Blue) = 212+199+19=430 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.30% from 430); Green value is 199 (78.12% from 255 or 46.28% from 430); Blue value is 19 (7.81% from 255 or 4.42% from 430); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C713 is #2B38EC. Grayscale: #B7B7B7. Windows color (decimal): -2832621 or 1296340. OLE color: 1296340.
HSL color Cylindrical-coordinate representation of color #D4C713: hue angle of 55.96º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D4C713 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 199 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.17 |
| HSL | 55.96º | 0.84% | 0.45% | - |
| HSV(B) | 55.96º | 0.91% | 0.83% | - |
| XYZ | 47.69 | 54.89 | 8.7 | - |
| YUV | 182.37 | 35.81 | 149.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 199 | 19 | 0 | 0.06 | 0.91 | 0.17 | 55.96 | 0.84 | 0.45 |
| Hex | D4 | C7 | 13 | 0 | 6 | 5B | 11 | 38 | 54 | 2D |
| Octal | 324 | 307 | 23 | 0 | 6 | 133 | 21 | 70 | 124 | 55 |
| Binary | 11010100 | 11000111 | 10011 | 0 | 110 | 1011011 | 10001 | 111000 | 1010100 | 101101 |
Color Harmonies of #D4C713
Complementary color
Monochromatic Colors of #D4C713
Black with #D4C713
Text Example
Text Example
White with #D4C713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C713; }
p { color: rgb(212,199,19); }
H1.HeaderClassName
{
color: #D4C713;
}
.AnyTagClassName
{
color: #D4C713;
}
</style>
background-color css
<style>
a { background-color: #D4C713; }
a { background-color: rgb(212,199,19); }
div.DivClassName
{
background-color: #D4C713;
}
.BgClassName
{
background-color: #D4C713;
}
</style>
border-color css
<style>
span { border-color: #D4C713; }
span { border-color: rgb(212,199,19); }
td.TdClassName
{
border-color: #D4C713;
}
.TagClassName
{
border-color: #D4C713;
}
</style>