Shades of Bird Flower #D2B30C
Tints of Bird Flower #D2B30C
RGB
CMYK
RGB Variations
Color information
#D2B30C (or 0xD2B30C) is known color: Bird Flower. HEX triplet: D2, B3 and 0C. RGB value is (210,179,12). Sum of RGB (Red+Green+Blue) = 210+179+12=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 179 (70.31% from 255 or 44.64% from 401); Blue value is 12 (5.08% from 255 or 2.99% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B30C is #2D4CF3. Grayscale: #A9A9A9. Windows color (decimal): -2968820 or 832466. OLE color: 832466.
HSL color Cylindrical-coordinate representation of color #D2B30C: hue angle of 50.61º degrees, saturation: 0.89, 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 #D2B30C is Cyan = 0, Magento = 0.15, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 179 | 12 | - |
| CMYK | 0 | 0.15 | 0.94 | 0.18 |
| HSL | 50.61º | 0.89% | 0.44% | - |
| HSV(B) | 50.61º | 0.94% | 0.82% | - |
| XYZ | 42.76 | 45.97 | 6.97 | - |
| YUV | 169.23 | 39.27 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 179 | 12 | 0 | 0.15 | 0.94 | 0.18 | 50.61 | 0.89 | 0.44 |
| Hex | D2 | B3 | C | 0 | F | 5E | 12 | 33 | 59 | 2C |
| Octal | 322 | 263 | 14 | 0 | 17 | 136 | 22 | 63 | 131 | 54 |
| Binary | 11010010 | 10110011 | 1100 | 0 | 1111 | 1011110 | 10010 | 110011 | 1011001 | 101100 |
Color Harmonies of #D2B30C
Complementary color
Monochromatic Colors of #D2B30C
Black with #D2B30C
Text Example
Text Example
White with #D2B30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B30C; }
p { color: rgb(210,179,12); }
H1.HeaderClassName
{
color: #D2B30C;
}
.AnyTagClassName
{
color: #D2B30C;
}
</style>
background-color css
<style>
a { background-color: #D2B30C; }
a { background-color: rgb(210,179,12); }
div.DivClassName
{
background-color: #D2B30C;
}
.BgClassName
{
background-color: #D2B30C;
}
</style>
border-color css
<style>
span { border-color: #D2B30C; }
span { border-color: rgb(210,179,12); }
td.TdClassName
{
border-color: #D2B30C;
}
.TagClassName
{
border-color: #D2B30C;
}
</style>