Shades of Bird Flower #D3C30D
Tints of Bird Flower #D3C30D
RGB
CMYK
RGB Variations
Color information
#D3C30D (or 0xD3C30D) is known color: Bird Flower. HEX triplet: D3, C3 and 0D. RGB value is (211,195,13). Sum of RGB (Red+Green+Blue) = 211+195+13=419 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.36% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 13 (5.47% from 255 or 3.10% from 419); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C30D is #2C3CF2. Grayscale: #B3B3B3. Windows color (decimal): -2899187 or 902099. OLE color: 902099.
HSL color Cylindrical-coordinate representation of color #D3C30D: hue angle of 55.15º 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 #D3C30D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.17 |
| HSL | 55.15º | 0.88% | 0.44% | - |
| HSV(B) | 55.15º | 0.94% | 0.83% | - |
| XYZ | 46.45 | 52.91 | 8.14 | - |
| YUV | 179.04 | 34.3 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 13 | 0 | 0.08 | 0.94 | 0.17 | 55.15 | 0.88 | 0.44 |
| Hex | D3 | C3 | D | 0 | 8 | 5E | 11 | 37 | 58 | 2C |
| Octal | 323 | 303 | 15 | 0 | 10 | 136 | 21 | 67 | 130 | 54 |
| Binary | 11010011 | 11000011 | 1101 | 0 | 1000 | 1011110 | 10001 | 110111 | 1011000 | 101100 |
Color Harmonies of #D3C30D
Complementary color
Monochromatic Colors of #D3C30D
Black with #D3C30D
Text Example
Text Example
White with #D3C30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C30D; }
p { color: rgb(211,195,13); }
H1.HeaderClassName
{
color: #D3C30D;
}
.AnyTagClassName
{
color: #D3C30D;
}
</style>
background-color css
<style>
a { background-color: #D3C30D; }
a { background-color: rgb(211,195,13); }
div.DivClassName
{
background-color: #D3C30D;
}
.BgClassName
{
background-color: #D3C30D;
}
</style>
border-color css
<style>
span { border-color: #D3C30D; }
span { border-color: rgb(211,195,13); }
td.TdClassName
{
border-color: #D3C30D;
}
.TagClassName
{
border-color: #D3C30D;
}
</style>