Shades of Bird Flower #D3C90C
Tints of Bird Flower #D3C90C
RGB
CMYK
RGB Variations
Color information
#D3C90C (or 0xD3C90C) is known color: Bird Flower. HEX triplet: D3, C9 and 0C. RGB value is (211,201,12). Sum of RGB (Red+Green+Blue) = 211+201+12=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 201 (78.91% from 255 or 47.41% from 424); Blue value is 12 (5.08% from 255 or 2.83% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C90C is #2C36F3. Grayscale: #B7B7B7. Windows color (decimal): -2897652 or 838099. OLE color: 838099.
HSL color Cylindrical-coordinate representation of color #D3C90C: hue angle of 56.98º 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 #D3C90C is Cyan = 0, Magento = 0.05, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 201 | 12 | - |
| CMYK | 0 | 0.05 | 0.94 | 0.17 |
| HSL | 56.98º | 0.89% | 0.44% | - |
| HSV(B) | 56.98º | 0.94% | 0.83% | - |
| XYZ | 47.82 | 55.65 | 8.57 | - |
| YUV | 182.44 | 31.81 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 201 | 12 | 0 | 0.05 | 0.94 | 0.17 | 56.98 | 0.89 | 0.44 |
| Hex | D3 | C9 | C | 0 | 5 | 5E | 11 | 39 | 59 | 2C |
| Octal | 323 | 311 | 14 | 0 | 5 | 136 | 21 | 71 | 131 | 54 |
| Binary | 11010011 | 11001001 | 1100 | 0 | 101 | 1011110 | 10001 | 111001 | 1011001 | 101100 |
Color Harmonies of #D3C90C
Complementary color
Monochromatic Colors of #D3C90C
Black with #D3C90C
Text Example
Text Example
White with #D3C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C90C; }
p { color: rgb(211,201,12); }
H1.HeaderClassName
{
color: #D3C90C;
}
.AnyTagClassName
{
color: #D3C90C;
}
</style>
background-color css
<style>
a { background-color: #D3C90C; }
a { background-color: rgb(211,201,12); }
div.DivClassName
{
background-color: #D3C90C;
}
.BgClassName
{
background-color: #D3C90C;
}
</style>
border-color css
<style>
span { border-color: #D3C90C; }
span { border-color: rgb(211,201,12); }
td.TdClassName
{
border-color: #D3C90C;
}
.TagClassName
{
border-color: #D3C90C;
}
</style>