Shades of Bird Flower #D3C90F
Tints of Bird Flower #D3C90F
RGB
CMYK
RGB Variations
Color information
#D3C90F (or 0xD3C90F) is known color: Bird Flower. HEX triplet: D3, C9 and 0F. RGB value is (211,201,15). Sum of RGB (Red+Green+Blue) = 211+201+15=427 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.41% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 15 (6.25% from 255 or 3.51% from 427); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C90F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C90F is #2C36F0. Grayscale: #B7B7B7. Windows color (decimal): -2897649 or 1034707. OLE color: 1034707.
HSL color Cylindrical-coordinate representation of color #D3C90F: hue angle of 56.94º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3C90F is Cyan = 0, Magento = 0.05, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 15 | - |
| CMYK | 0 | 0.05 | 0.93 | 0.17 |
| HSL | 56.94º | 0.87% | 0.44% | - |
| HSV(B) | 56.94º | 0.93% | 0.83% | - |
| XYZ | 47.84 | 55.66 | 8.67 | - |
| YUV | 182.79 | 33.31 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 15 | 0 | 0.05 | 0.93 | 0.17 | 56.94 | 0.87 | 0.44 |
| Hex | D3 | C9 | F | 0 | 5 | 5D | 11 | 39 | 57 | 2C |
| Octal | 323 | 311 | 17 | 0 | 5 | 135 | 21 | 71 | 127 | 54 |
| Binary | 11010011 | 11001001 | 1111 | 0 | 101 | 1011101 | 10001 | 111001 | 1010111 | 101100 |
Color Harmonies of #D3C90F
Complementary color
Monochromatic Colors of #D3C90F
Black with #D3C90F
Text Example
Text Example
White with #D3C90F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C90F; }
p { color: rgb(211,201,15); }
H1.HeaderClassName
{
color: #D3C90F;
}
.AnyTagClassName
{
color: #D3C90F;
}
</style>
background-color css
<style>
a { background-color: #D3C90F; }
a { background-color: rgb(211,201,15); }
div.DivClassName
{
background-color: #D3C90F;
}
.BgClassName
{
background-color: #D3C90F;
}
</style>
border-color css
<style>
span { border-color: #D3C90F; }
span { border-color: rgb(211,201,15); }
td.TdClassName
{
border-color: #D3C90F;
}
.TagClassName
{
border-color: #D3C90F;
}
</style>