Shades of Bird Flower #D4C90B
Tints of Bird Flower #D4C90B
RGB
CMYK
RGB Variations
Color information
#D4C90B (or 0xD4C90B) is known color: Bird Flower. HEX triplet: D4, C9 and 0B. RGB value is (212,201,11). Sum of RGB (Red+Green+Blue) = 212+201+11=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 11 (4.69% from 255 or 2.59% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C90B is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D4C90B is #2B36F4. Grayscale: #B7B7B7. Windows color (decimal): -2832117 or 772564. OLE color: 772564.
HSL color Cylindrical-coordinate representation of color #D4C90B: hue angle of 56.72º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D4C90B is Cyan = 0, Magento = 0.05, Yellow = 0.95 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 201 | 11 | - |
| CMYK | 0 | 0.05 | 0.95 | 0.17 |
| HSL | 56.72º | 0.9% | 0.44% | - |
| HSV(B) | 56.72º | 0.95% | 0.83% | - |
| XYZ | 48.1 | 55.79 | 8.55 | - |
| YUV | 182.63 | 31.14 | 148.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 201 | 11 | 0 | 0.05 | 0.95 | 0.17 | 56.72 | 0.9 | 0.44 |
| Hex | D4 | C9 | B | 0 | 5 | 5F | 11 | 39 | 5A | 2C |
| Octal | 324 | 311 | 13 | 0 | 5 | 137 | 21 | 71 | 132 | 54 |
| Binary | 11010100 | 11001001 | 1011 | 0 | 101 | 1011111 | 10001 | 111001 | 1011010 | 101100 |
Color Harmonies of #D4C90B
Complementary color
Monochromatic Colors of #D4C90B
Black with #D4C90B
Text Example
Text Example
White with #D4C90B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4C90B; }
p { color: rgb(212,201,11); }
H1.HeaderClassName
{
color: #D4C90B;
}
.AnyTagClassName
{
color: #D4C90B;
}
</style>
background-color css
<style>
a { background-color: #D4C90B; }
a { background-color: rgb(212,201,11); }
div.DivClassName
{
background-color: #D4C90B;
}
.BgClassName
{
background-color: #D4C90B;
}
</style>
border-color css
<style>
span { border-color: #D4C90B; }
span { border-color: rgb(212,201,11); }
td.TdClassName
{
border-color: #D4C90B;
}
.TagClassName
{
border-color: #D4C90B;
}
</style>