Shades of Bird Flower #D4C90C
Tints of Bird Flower #D4C90C
RGB
CMYK
RGB Variations
Color information
#D4C90C (or 0xD4C90C) is known color: Bird Flower. HEX triplet: D4, C9 and 0C. RGB value is (212,201,12). Sum of RGB (Red+Green+Blue) = 212+201+12=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 201 (78.91% from 255 or 47.29% from 425); Blue value is 12 (5.08% from 255 or 2.82% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C90C is #2B36F3. Grayscale: #B7B7B7. Windows color (decimal): -2832116 or 838100. OLE color: 838100.
HSL color Cylindrical-coordinate representation of color #D4C90C: hue angle of 56.7º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D4C90C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.17 |
| HSL | 56.7º | 0.89% | 0.44% | - |
| HSV(B) | 56.7º | 0.94% | 0.83% | - |
| XYZ | 48.1 | 55.8 | 8.58 | - |
| YUV | 182.74 | 31.64 | 148.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 12 | 0 | 0.05 | 0.94 | 0.17 | 56.7 | 0.89 | 0.44 |
| Hex | D4 | C9 | C | 0 | 5 | 5E | 11 | 39 | 59 | 2C |
| Octal | 324 | 311 | 14 | 0 | 5 | 136 | 21 | 71 | 131 | 54 |
| Binary | 11010100 | 11001001 | 1100 | 0 | 101 | 1011110 | 10001 | 111001 | 1011001 | 101100 |
Color Harmonies of #D4C90C
Complementary color
Monochromatic Colors of #D4C90C
Black with #D4C90C
Text Example
Text Example
White with #D4C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C90C; }
p { color: rgb(212,201,12); }
H1.HeaderClassName
{
color: #D4C90C;
}
.AnyTagClassName
{
color: #D4C90C;
}
</style>
background-color css
<style>
a { background-color: #D4C90C; }
a { background-color: rgb(212,201,12); }
div.DivClassName
{
background-color: #D4C90C;
}
.BgClassName
{
background-color: #D4C90C;
}
</style>
border-color css
<style>
span { border-color: #D4C90C; }
span { border-color: rgb(212,201,12); }
td.TdClassName
{
border-color: #D4C90C;
}
.TagClassName
{
border-color: #D4C90C;
}
</style>