Shades of Bird Flower #D3C50D
Tints of Bird Flower #D3C50D
RGB
CMYK
RGB Variations
Color information
#D3C50D (or 0xD3C50D) is known color: Bird Flower. HEX triplet: D3, C5 and 0D. RGB value is (211,197,13). Sum of RGB (Red+Green+Blue) = 211+197+13=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 197 (77.34% from 255 or 46.79% from 421); Blue value is 13 (5.47% from 255 or 3.09% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C50D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C50D is #2C3AF2. Grayscale: #B4B4B4. Windows color (decimal): -2898675 or 902611. OLE color: 902611.
HSL color Cylindrical-coordinate representation of color #D3C50D: hue angle of 55.76º degrees, saturation: 0.88, 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 #D3C50D is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 197 | 13 | - |
| CMYK | 0 | 0.07 | 0.94 | 0.17 |
| HSL | 55.76º | 0.88% | 0.44% | - |
| HSV(B) | 55.76º | 0.94% | 0.83% | - |
| XYZ | 46.9 | 53.81 | 8.3 | - |
| YUV | 180.21 | 33.64 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 197 | 13 | 0 | 0.07 | 0.94 | 0.17 | 55.76 | 0.88 | 0.44 |
| Hex | D3 | C5 | D | 0 | 7 | 5E | 11 | 38 | 58 | 2C |
| Octal | 323 | 305 | 15 | 0 | 7 | 136 | 21 | 70 | 130 | 54 |
| Binary | 11010011 | 11000101 | 1101 | 0 | 111 | 1011110 | 10001 | 111000 | 1011000 | 101100 |
Color Harmonies of #D3C50D
Complementary color
Monochromatic Colors of #D3C50D
Black with #D3C50D
Text Example
Text Example
White with #D3C50D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C50D; }
p { color: rgb(211,197,13); }
H1.HeaderClassName
{
color: #D3C50D;
}
.AnyTagClassName
{
color: #D3C50D;
}
</style>
background-color css
<style>
a { background-color: #D3C50D; }
a { background-color: rgb(211,197,13); }
div.DivClassName
{
background-color: #D3C50D;
}
.BgClassName
{
background-color: #D3C50D;
}
</style>
border-color css
<style>
span { border-color: #D3C50D; }
span { border-color: rgb(211,197,13); }
td.TdClassName
{
border-color: #D3C50D;
}
.TagClassName
{
border-color: #D3C50D;
}
</style>