Shades of Bird Flower #D1B302
Tints of Bird Flower #D1B302
RGB
CMYK
RGB Variations
Color information
#D1B302 (or 0xD1B302) is known color: Bird Flower. HEX triplet: D1, B3 and 02. RGB value is (209,179,2). Sum of RGB (Red+Green+Blue) = 209+179+2=390 (51% of max value = 765). Red value is 209 (82.03% from 255 or 53.59% from 390); Green value is 179 (70.31% from 255 or 45.90% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B302 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1B302 is #2E4CFD. Grayscale: #A8A8A8. Windows color (decimal): -3034366 or 177105. OLE color: 177105.
HSL color Cylindrical-coordinate representation of color #D1B302: hue angle of 51.3º degrees, saturation: 0.98, 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 #D1B302 is Cyan = 0, Magento = 0.14, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 179 | 2 | - |
| CMYK | 0 | 0.14 | 0.99 | 0.18 |
| HSL | 51.3º | 0.98% | 0.41% | - |
| HSV(B) | 51.3º | 0.99% | 0.82% | - |
| XYZ | 42.43 | 45.8 | 6.66 | - |
| YUV | 167.79 | 34.44 | 157.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 179 | 2 | 0 | 0.14 | 0.99 | 0.18 | 51.3 | 0.98 | 0.41 |
| Hex | D1 | B3 | 2 | 0 | E | 63 | 12 | 33 | 62 | 29 |
| Octal | 321 | 263 | 2 | 0 | 16 | 143 | 22 | 63 | 142 | 51 |
| Binary | 11010001 | 10110011 | 10 | 0 | 1110 | 1100011 | 10010 | 110011 | 1100010 | 101001 |
Color Harmonies of #D1B302
Complementary color
Monochromatic Colors of #D1B302
Black with #D1B302
Text Example
Text Example
White with #D1B302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B302; }
p { color: rgb(209,179,2); }
H1.HeaderClassName
{
color: #D1B302;
}
.AnyTagClassName
{
color: #D1B302;
}
</style>
background-color css
<style>
a { background-color: #D1B302; }
a { background-color: rgb(209,179,2); }
div.DivClassName
{
background-color: #D1B302;
}
.BgClassName
{
background-color: #D1B302;
}
</style>
border-color css
<style>
span { border-color: #D1B302; }
span { border-color: rgb(209,179,2); }
td.TdClassName
{
border-color: #D1B302;
}
.TagClassName
{
border-color: #D1B302;
}
</style>