Shades of Bird Flower #D2BE03
Tints of Bird Flower #D2BE03
RGB
CMYK
RGB Variations
Color information
#D2BE03 (or 0xD2BE03) is known color: Bird Flower. HEX triplet: D2, BE and 03. RGB value is (210,190,3). Sum of RGB (Red+Green+Blue) = 210+190+3=403 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.11% from 403); Green value is 190 (74.61% from 255 or 47.15% from 403); Blue value is 3 (1.56% from 255 or 0.74% from 403); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BE03 is #2D41FC. Grayscale: #AFAFAF. Windows color (decimal): -2966013 or 245458. OLE color: 245458.
HSL color Cylindrical-coordinate representation of color #D2BE03: hue angle of 54.2º 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 #D2BE03 is Cyan = 0, Magento = 0.10, Yellow = 0.99 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 3 | - |
| CMYK | 0 | 0.10 | 0.99 | 0.18 |
| HSL | 54.2º | 0.97% | 0.42% | - |
| HSV(B) | 54.2º | 0.99% | 0.82% | - |
| XYZ | 45.01 | 50.54 | 7.47 | - |
| YUV | 174.66 | 31.13 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 3 | 0 | 0.10 | 0.99 | 0.18 | 54.2 | 0.97 | 0.42 |
| Hex | D2 | BE | 3 | 0 | A | 63 | 12 | 36 | 61 | 2A |
| Octal | 322 | 276 | 3 | 0 | 12 | 143 | 22 | 66 | 141 | 52 |
| Binary | 11010010 | 10111110 | 11 | 0 | 1010 | 1100011 | 10010 | 110110 | 1100001 | 101010 |
Color Harmonies of #D2BE03
Complementary color
Monochromatic Colors of #D2BE03
Black with #D2BE03
Text Example
Text Example
White with #D2BE03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE03; }
p { color: rgb(210,190,3); }
H1.HeaderClassName
{
color: #D2BE03;
}
.AnyTagClassName
{
color: #D2BE03;
}
</style>
background-color css
<style>
a { background-color: #D2BE03; }
a { background-color: rgb(210,190,3); }
div.DivClassName
{
background-color: #D2BE03;
}
.BgClassName
{
background-color: #D2BE03;
}
</style>
border-color css
<style>
span { border-color: #D2BE03; }
span { border-color: rgb(210,190,3); }
td.TdClassName
{
border-color: #D2BE03;
}
.TagClassName
{
border-color: #D2BE03;
}
</style>