Shades of Bird Flower #D0B40C
Tints of Bird Flower #D0B40C
RGB
CMYK
RGB Variations
Color information
#D0B40C (or 0xD0B40C) is known color: Bird Flower. HEX triplet: D0, B4 and 0C. RGB value is (208,180,12). Sum of RGB (Red+Green+Blue) = 208+180+12=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 180 (70.70% from 255 or 45% from 400); Blue value is 12 (5.08% from 255 or 3% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B40C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B40C is #2F4BF3. Grayscale: #A9A9A9. Windows color (decimal): -3099636 or 832720. OLE color: 832720.
HSL color Cylindrical-coordinate representation of color #D0B40C: hue angle of 51.43º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D0B40C is Cyan = 0, Magento = 0.13, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 12 | - |
| CMYK | 0 | 0.13 | 0.94 | 0.18 |
| HSL | 51.43º | 0.89% | 0.43% | - |
| HSV(B) | 51.43º | 0.94% | 0.82% | - |
| XYZ | 42.4 | 46.08 | 7.01 | - |
| YUV | 169.22 | 39.28 | 155.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 12 | 0 | 0.13 | 0.94 | 0.18 | 51.43 | 0.89 | 0.43 |
| Hex | D0 | B4 | C | 0 | D | 5E | 12 | 33 | 59 | 2B |
| Octal | 320 | 264 | 14 | 0 | 15 | 136 | 22 | 63 | 131 | 53 |
| Binary | 11010000 | 10110100 | 1100 | 0 | 1101 | 1011110 | 10010 | 110011 | 1011001 | 101011 |
Color Harmonies of #D0B40C
Complementary color
Monochromatic Colors of #D0B40C
Black with #D0B40C
Text Example
Text Example
White with #D0B40C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B40C; }
p { color: rgb(208,180,12); }
H1.HeaderClassName
{
color: #D0B40C;
}
.AnyTagClassName
{
color: #D0B40C;
}
</style>
background-color css
<style>
a { background-color: #D0B40C; }
a { background-color: rgb(208,180,12); }
div.DivClassName
{
background-color: #D0B40C;
}
.BgClassName
{
background-color: #D0B40C;
}
</style>
border-color css
<style>
span { border-color: #D0B40C; }
span { border-color: rgb(208,180,12); }
td.TdClassName
{
border-color: #D0B40C;
}
.TagClassName
{
border-color: #D0B40C;
}
</style>