Shades of Bird Flower #D2B105
Tints of Bird Flower #D2B105
RGB
CMYK
RGB Variations
Color information
#D2B105 (or 0xD2B105) is known color: Bird Flower. HEX triplet: D2, B1 and 05. RGB value is (210,177,5). Sum of RGB (Red+Green+Blue) = 210+177+5=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 177 (69.53% from 255 or 45.15% from 392); Blue value is 5 (2.34% from 255 or 1.28% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B105 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D2B105 is #2D4EFA. Grayscale: #A7A7A7. Windows color (decimal): -2969339 or 373202. OLE color: 373202.
HSL color Cylindrical-coordinate representation of color #D2B105: hue angle of 50.34º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D2B105 is Cyan = 0, Magento = 0.16, Yellow = 0.98 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 177 | 5 | - |
| CMYK | 0 | 0.16 | 0.98 | 0.18 |
| HSL | 50.34º | 0.95% | 0.42% | - |
| HSV(B) | 50.34º | 0.98% | 0.82% | - |
| XYZ | 42.33 | 45.16 | 6.63 | - |
| YUV | 167.26 | 36.43 | 158.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 177 | 5 | 0 | 0.16 | 0.98 | 0.18 | 50.34 | 0.95 | 0.42 |
| Hex | D2 | B1 | 5 | 0 | 10 | 62 | 12 | 32 | 5F | 2A |
| Octal | 322 | 261 | 5 | 0 | 20 | 142 | 22 | 62 | 137 | 52 |
| Binary | 11010010 | 10110001 | 101 | 0 | 10000 | 1100010 | 10010 | 110010 | 1011111 | 101010 |
Color Harmonies of #D2B105
Complementary color
Monochromatic Colors of #D2B105
Black with #D2B105
Text Example
Text Example
White with #D2B105
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B105; }
p { color: rgb(210,177,5); }
H1.HeaderClassName
{
color: #D2B105;
}
.AnyTagClassName
{
color: #D2B105;
}
</style>
background-color css
<style>
a { background-color: #D2B105; }
a { background-color: rgb(210,177,5); }
div.DivClassName
{
background-color: #D2B105;
}
.BgClassName
{
background-color: #D2B105;
}
</style>
border-color css
<style>
span { border-color: #D2B105; }
span { border-color: rgb(210,177,5); }
td.TdClassName
{
border-color: #D2B105;
}
.TagClassName
{
border-color: #D2B105;
}
</style>