Shades of Bird Flower #D0B303
Tints of Bird Flower #D0B303
RGB
CMYK
RGB Variations
Color information
#D0B303 (or 0xD0B303) is known color: Bird Flower. HEX triplet: D0, B3 and 03. RGB value is (208,179,3). Sum of RGB (Red+Green+Blue) = 208+179+3=390 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.33% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B303 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0B303 is #2F4CFC. Grayscale: #A8A8A8. Windows color (decimal): -3099901 or 242640. OLE color: 242640.
HSL color Cylindrical-coordinate representation of color #D0B303: hue angle of 51.51º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D0B303 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 179 | 3 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.18 |
| HSL | 51.51º | 0.97% | 0.41% | - |
| HSV(B) | 51.51º | 0.99% | 0.82% | - |
| XYZ | 42.15 | 45.66 | 6.68 | - |
| YUV | 167.61 | 35.11 | 156.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 179 | 3 | 0 | 0.14 | 0.99 | 0.18 | 51.51 | 0.97 | 0.41 |
| Hex | D0 | B3 | 3 | 0 | E | 63 | 12 | 34 | 61 | 29 |
| Octal | 320 | 263 | 3 | 0 | 16 | 143 | 22 | 64 | 141 | 51 |
| Binary | 11010000 | 10110011 | 11 | 0 | 1110 | 1100011 | 10010 | 110100 | 1100001 | 101001 |
Color Harmonies of #D0B303
Complementary color
Monochromatic Colors of #D0B303
Black with #D0B303
Text Example
Text Example
White with #D0B303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B303; }
p { color: rgb(208,179,3); }
H1.HeaderClassName
{
color: #D0B303;
}
.AnyTagClassName
{
color: #D0B303;
}
</style>
background-color css
<style>
a { background-color: #D0B303; }
a { background-color: rgb(208,179,3); }
div.DivClassName
{
background-color: #D0B303;
}
.BgClassName
{
background-color: #D0B303;
}
</style>
border-color css
<style>
span { border-color: #D0B303; }
span { border-color: rgb(208,179,3); }
td.TdClassName
{
border-color: #D0B303;
}
.TagClassName
{
border-color: #D0B303;
}
</style>