Shades of Bird Flower #D3B102
Tints of Bird Flower #D3B102
RGB
CMYK
RGB Variations
Color information
#D3B102 (or 0xD3B102) is known color: Bird Flower. HEX triplet: D3, B1 and 02. RGB value is (211,177,2). Sum of RGB (Red+Green+Blue) = 211+177+2=390 (51% of max value = 765). Red value is 211 (82.81% from 255 or 54.10% from 390); Green value is 177 (69.53% from 255 or 45.38% from 390); Blue value is 2 (1.17% from 255 or 0.51% from 390); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B102 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D3B102 is #2C4EFD. Grayscale: #A7A7A7. Windows color (decimal): -2903806 or 176595. OLE color: 176595.
HSL color Cylindrical-coordinate representation of color #D3B102: hue angle of 50.24º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D3B102 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 177 | 2 | - |
| CMYK | 0 | 0.16 | 0.99 | 0.17 |
| HSL | 50.24º | 0.98% | 0.42% | - |
| HSV(B) | 50.24º | 0.99% | 0.83% | - |
| XYZ | 42.6 | 45.3 | 6.56 | - |
| YUV | 167.22 | 34.76 | 159.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 177 | 2 | 0 | 0.16 | 0.99 | 0.17 | 50.24 | 0.98 | 0.42 |
| Hex | D3 | B1 | 2 | 0 | 10 | 63 | 11 | 32 | 62 | 2A |
| Octal | 323 | 261 | 2 | 0 | 20 | 143 | 21 | 62 | 142 | 52 |
| Binary | 11010011 | 10110001 | 10 | 0 | 10000 | 1100011 | 10001 | 110010 | 1100010 | 101010 |
Color Harmonies of #D3B102
Complementary color
Monochromatic Colors of #D3B102
Black with #D3B102
Text Example
Text Example
White with #D3B102
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B102; }
p { color: rgb(211,177,2); }
H1.HeaderClassName
{
color: #D3B102;
}
.AnyTagClassName
{
color: #D3B102;
}
</style>
background-color css
<style>
a { background-color: #D3B102; }
a { background-color: rgb(211,177,2); }
div.DivClassName
{
background-color: #D3B102;
}
.BgClassName
{
background-color: #D3B102;
}
</style>
border-color css
<style>
span { border-color: #D3B102; }
span { border-color: rgb(211,177,2); }
td.TdClassName
{
border-color: #D3B102;
}
.TagClassName
{
border-color: #D3B102;
}
</style>