Shades of Bird Flower #D1BE02
Tints of Bird Flower #D1BE02
RGB
CMYK
RGB Variations
Color information
#D1BE02 (or 0xD1BE02) is known color: Bird Flower. HEX triplet: D1, BE and 02. RGB value is (209,190,2). Sum of RGB (Red+Green+Blue) = 209+190+2=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 2 (1.17% from 255 or 0.50% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE02 is #2E41FD. Grayscale: #AFAFAF. Windows color (decimal): -3031550 or 179921. OLE color: 179921.
HSL color Cylindrical-coordinate representation of color #D1BE02: hue angle of 54.49º 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 #D1BE02 is Cyan = 0, Magento = 0.09, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 2 | - |
| CMYK | 0 | 0.09 | 0.99 | 0.18 |
| HSL | 54.49º | 0.98% | 0.41% | - |
| HSV(B) | 54.49º | 0.99% | 0.82% | - |
| XYZ | 44.72 | 50.39 | 7.43 | - |
| YUV | 174.25 | 30.79 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 2 | 0 | 0.09 | 0.99 | 0.18 | 54.49 | 0.98 | 0.41 |
| Hex | D1 | BE | 2 | 0 | 9 | 63 | 12 | 36 | 62 | 29 |
| Octal | 321 | 276 | 2 | 0 | 11 | 143 | 22 | 66 | 142 | 51 |
| Binary | 11010001 | 10111110 | 10 | 0 | 1001 | 1100011 | 10010 | 110110 | 1100010 | 101001 |
Color Harmonies of #D1BE02
Complementary color
Monochromatic Colors of #D1BE02
Black with #D1BE02
Text Example
Text Example
White with #D1BE02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE02; }
p { color: rgb(209,190,2); }
H1.HeaderClassName
{
color: #D1BE02;
}
.AnyTagClassName
{
color: #D1BE02;
}
</style>
background-color css
<style>
a { background-color: #D1BE02; }
a { background-color: rgb(209,190,2); }
div.DivClassName
{
background-color: #D1BE02;
}
.BgClassName
{
background-color: #D1BE02;
}
</style>
border-color css
<style>
span { border-color: #D1BE02; }
span { border-color: rgb(209,190,2); }
td.TdClassName
{
border-color: #D1BE02;
}
.TagClassName
{
border-color: #D1BE02;
}
</style>