Shades of Bird Flower #D2BE01
Tints of Bird Flower #D2BE01
RGB
CMYK
RGB Variations
Color information
#D2BE01 (or 0xD2BE01) is known color: Bird Flower. HEX triplet: D2, BE and 01. RGB value is (210,190,1). Sum of RGB (Red+Green+Blue) = 210+190+1=401 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.37% from 401); Green value is 190 (74.61% from 255 or 47.38% from 401); Blue value is 1 (0.78% from 255 or 0.25% from 401); Max value from RGB is 210 - color contains mainly: red. Hex color #D2BE01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2BE01 is #2D41FE. Grayscale: #AFAFAF. Windows color (decimal): -2966015 or 114386. OLE color: 114386.
HSL color Cylindrical-coordinate representation of color #D2BE01: hue angle of 54.26º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2BE01 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 190 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.18 |
| HSL | 54.26º | 0.99% | 0.41% | - |
| HSV(B) | 54.26º | 1% | 0.82% | - |
| XYZ | 45 | 50.53 | 7.41 | - |
| YUV | 174.43 | 30.13 | 153.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 190 | 1 | 0 | 0.10 | 1.00 | 0.18 | 54.26 | 0.99 | 0.41 |
| Hex | D2 | BE | 1 | 0 | A | 64 | 12 | 36 | 63 | 29 |
| Octal | 322 | 276 | 1 | 0 | 12 | 144 | 22 | 66 | 143 | 51 |
| Binary | 11010010 | 10111110 | 1 | 0 | 1010 | 1100100 | 10010 | 110110 | 1100011 | 101001 |
Color Harmonies of #D2BE01
Complementary color
Monochromatic Colors of #D2BE01
Black with #D2BE01
Text Example
Text Example
White with #D2BE01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BE01; }
p { color: rgb(210,190,1); }
H1.HeaderClassName
{
color: #D2BE01;
}
.AnyTagClassName
{
color: #D2BE01;
}
</style>
background-color css
<style>
a { background-color: #D2BE01; }
a { background-color: rgb(210,190,1); }
div.DivClassName
{
background-color: #D2BE01;
}
.BgClassName
{
background-color: #D2BE01;
}
</style>
border-color css
<style>
span { border-color: #D2BE01; }
span { border-color: rgb(210,190,1); }
td.TdClassName
{
border-color: #D2BE01;
}
.TagClassName
{
border-color: #D2BE01;
}
</style>