Shades of Bird Flower #D1BE03
Tints of Bird Flower #D1BE03
RGB
CMYK
RGB Variations
Color information
#D1BE03 (or 0xD1BE03) is known color: Bird Flower. HEX triplet: D1, BE and 03. RGB value is (209,190,3). Sum of RGB (Red+Green+Blue) = 209+190+3=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 190 (74.61% from 255 or 47.26% from 402); Blue value is 3 (1.56% from 255 or 0.75% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE03 is #2E41FC. Grayscale: #AFAFAF. Windows color (decimal): -3031549 or 245457. OLE color: 245457.
HSL color Cylindrical-coordinate representation of color #D1BE03: hue angle of 54.47º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D1BE03 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 3 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.18 |
| HSL | 54.47º | 0.97% | 0.42% | - |
| HSV(B) | 54.47º | 0.99% | 0.82% | - |
| XYZ | 44.72 | 50.39 | 7.45 | - |
| YUV | 174.36 | 31.29 | 152.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 3 | 0 | 0.09 | 0.99 | 0.18 | 54.47 | 0.97 | 0.42 |
| Hex | D1 | BE | 3 | 0 | 9 | 63 | 12 | 36 | 61 | 2A |
| Octal | 321 | 276 | 3 | 0 | 11 | 143 | 22 | 66 | 141 | 52 |
| Binary | 11010001 | 10111110 | 11 | 0 | 1001 | 1100011 | 10010 | 110110 | 1100001 | 101010 |
Color Harmonies of #D1BE03
Complementary color
Monochromatic Colors of #D1BE03
Black with #D1BE03
Text Example
Text Example
White with #D1BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE03; }
p { color: rgb(209,190,3); }
H1.HeaderClassName
{
color: #D1BE03;
}
.AnyTagClassName
{
color: #D1BE03;
}
</style>
background-color css
<style>
a { background-color: #D1BE03; }
a { background-color: rgb(209,190,3); }
div.DivClassName
{
background-color: #D1BE03;
}
.BgClassName
{
background-color: #D1BE03;
}
</style>
border-color css
<style>
span { border-color: #D1BE03; }
span { border-color: rgb(209,190,3); }
td.TdClassName
{
border-color: #D1BE03;
}
.TagClassName
{
border-color: #D1BE03;
}
</style>