Shades of Bird Flower #D2B30D
Tints of Bird Flower #D2B30D
RGB
CMYK
RGB Variations
Color information
#D2B30D (or 0xD2B30D) is known color: Bird Flower. HEX triplet: D2, B3 and 0D. RGB value is (210,179,13). Sum of RGB (Red+Green+Blue) = 210+179+13=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 179 (70.31% from 255 or 44.53% from 402); Blue value is 13 (5.47% from 255 or 3.23% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B30D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B30D is #2D4CF2. Grayscale: #AAAAAA. Windows color (decimal): -2968819 or 898002. OLE color: 898002.
HSL color Cylindrical-coordinate representation of color #D2B30D: hue angle of 50.56º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D2B30D is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 13 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.18 |
| HSL | 50.56º | 0.88% | 0.44% | - |
| HSV(B) | 50.56º | 0.94% | 0.82% | - |
| XYZ | 42.77 | 45.97 | 7 | - |
| YUV | 169.35 | 39.77 | 157 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 13 | 0 | 0.15 | 0.94 | 0.18 | 50.56 | 0.88 | 0.44 |
| Hex | D2 | B3 | D | 0 | F | 5E | 12 | 33 | 58 | 2C |
| Octal | 322 | 263 | 15 | 0 | 17 | 136 | 22 | 63 | 130 | 54 |
| Binary | 11010010 | 10110011 | 1101 | 0 | 1111 | 1011110 | 10010 | 110011 | 1011000 | 101100 |
Color Harmonies of #D2B30D
Complementary color
Monochromatic Colors of #D2B30D
Black with #D2B30D
Text Example
Text Example
White with #D2B30D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B30D; }
p { color: rgb(210,179,13); }
H1.HeaderClassName
{
color: #D2B30D;
}
.AnyTagClassName
{
color: #D2B30D;
}
</style>
background-color css
<style>
a { background-color: #D2B30D; }
a { background-color: rgb(210,179,13); }
div.DivClassName
{
background-color: #D2B30D;
}
.BgClassName
{
background-color: #D2B30D;
}
</style>
border-color css
<style>
span { border-color: #D2B30D; }
span { border-color: rgb(210,179,13); }
td.TdClassName
{
border-color: #D2B30D;
}
.TagClassName
{
border-color: #D2B30D;
}
</style>