Shades of Bird Flower #D2B80F
Tints of Bird Flower #D2B80F
RGB
CMYK
RGB Variations
Color information
#D2B80F (or 0xD2B80F) is known color: Bird Flower. HEX triplet: D2, B8 and 0F. RGB value is (210,184,15). Sum of RGB (Red+Green+Blue) = 210+184+15=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 184 (72.27% from 255 or 44.99% from 409); Blue value is 15 (6.25% from 255 or 3.67% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B80F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B80F is #2D47F0. Grayscale: #ADADAD. Windows color (decimal): -2967537 or 1030354. OLE color: 1030354.
HSL color Cylindrical-coordinate representation of color #D2B80F: hue angle of 52º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D2B80F is Cyan = 0, Magento = 0.12, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 184 | 15 | - |
| CMYK | 0 | 0.12 | 0.93 | 0.18 |
| HSL | 52º | 0.87% | 0.44% | - |
| HSV(B) | 52º | 0.93% | 0.82% | - |
| XYZ | 43.81 | 48.02 | 7.41 | - |
| YUV | 172.51 | 39.11 | 154.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 184 | 15 | 0 | 0.12 | 0.93 | 0.18 | 52 | 0.87 | 0.44 |
| Hex | D2 | B8 | F | 0 | C | 5D | 12 | 34 | 57 | 2C |
| Octal | 322 | 270 | 17 | 0 | 14 | 135 | 22 | 64 | 127 | 54 |
| Binary | 11010010 | 10111000 | 1111 | 0 | 1100 | 1011101 | 10010 | 110100 | 1010111 | 101100 |
Color Harmonies of #D2B80F
Complementary color
Monochromatic Colors of #D2B80F
Black with #D2B80F
Text Example
Text Example
White with #D2B80F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B80F; }
p { color: rgb(210,184,15); }
H1.HeaderClassName
{
color: #D2B80F;
}
.AnyTagClassName
{
color: #D2B80F;
}
</style>
background-color css
<style>
a { background-color: #D2B80F; }
a { background-color: rgb(210,184,15); }
div.DivClassName
{
background-color: #D2B80F;
}
.BgClassName
{
background-color: #D2B80F;
}
</style>
border-color css
<style>
span { border-color: #D2B80F; }
span { border-color: rgb(210,184,15); }
td.TdClassName
{
border-color: #D2B80F;
}
.TagClassName
{
border-color: #D2B80F;
}
</style>