Shades of Bird Flower #D1BE10
Tints of Bird Flower #D1BE10
RGB
CMYK
RGB Variations
Color information
#D1BE10 (or 0xD1BE10) is known color: Bird Flower. HEX triplet: D1, BE and 10. RGB value is (209,190,16). Sum of RGB (Red+Green+Blue) = 209+190+16=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 190 (74.61% from 255 or 45.78% from 415); Blue value is 16 (6.64% from 255 or 3.86% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D1BE10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1BE10 is #2E41EF. Grayscale: #B0B0B0. Windows color (decimal): -3031536 or 1097425. OLE color: 1097425.
HSL color Cylindrical-coordinate representation of color #D1BE10: hue angle of 54.09º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D1BE10 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 190 | 16 | - |
| CMYK | 0 | 0.09 | 0.92 | 0.18 |
| HSL | 54.09º | 0.86% | 0.44% | - |
| HSV(B) | 54.09º | 0.92% | 0.82% | - |
| XYZ | 44.8 | 50.42 | 7.86 | - |
| YUV | 175.85 | 37.79 | 151.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 190 | 16 | 0 | 0.09 | 0.92 | 0.18 | 54.09 | 0.86 | 0.44 |
| Hex | D1 | BE | 10 | 0 | 9 | 5C | 12 | 36 | 56 | 2C |
| Octal | 321 | 276 | 20 | 0 | 11 | 134 | 22 | 66 | 126 | 54 |
| Binary | 11010001 | 10111110 | 10000 | 0 | 1001 | 1011100 | 10010 | 110110 | 1010110 | 101100 |
Color Harmonies of #D1BE10
Complementary color
Monochromatic Colors of #D1BE10
Black with #D1BE10
Text Example
Text Example
White with #D1BE10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1BE10; }
p { color: rgb(209,190,16); }
H1.HeaderClassName
{
color: #D1BE10;
}
.AnyTagClassName
{
color: #D1BE10;
}
</style>
background-color css
<style>
a { background-color: #D1BE10; }
a { background-color: rgb(209,190,16); }
div.DivClassName
{
background-color: #D1BE10;
}
.BgClassName
{
background-color: #D1BE10;
}
</style>
border-color css
<style>
span { border-color: #D1BE10; }
span { border-color: rgb(209,190,16); }
td.TdClassName
{
border-color: #D1BE10;
}
.TagClassName
{
border-color: #D1BE10;
}
</style>