Shades of Bird Flower #D2B618
Tints of Bird Flower #D2B618
RGB
CMYK
RGB Variations
Color information
#D2B618 (or 0xD2B618) is known color: Bird Flower. HEX triplet: D2, B6 and 18. RGB value is (210,182,24). Sum of RGB (Red+Green+Blue) = 210+182+24=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 182 (71.48% from 255 or 43.75% from 416); Blue value is 24 (9.77% from 255 or 5.77% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D2B618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2B618 is #2D49E7. Grayscale: #ADADAD. Windows color (decimal): -2968040 or 1619666. OLE color: 1619666.
HSL color Cylindrical-coordinate representation of color #D2B618: hue angle of 50.97º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2B618 is Cyan = 0, Magento = 0.13, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 182 | 24 | - |
| CMYK | 0 | 0.13 | 0.89 | 0.18 |
| HSL | 50.97º | 0.79% | 0.46% | - |
| HSV(B) | 50.97º | 0.89% | 0.82% | - |
| XYZ | 43.47 | 47.22 | 7.69 | - |
| YUV | 172.36 | 44.28 | 154.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 182 | 24 | 0 | 0.13 | 0.89 | 0.18 | 50.97 | 0.79 | 0.46 |
| Hex | D2 | B6 | 18 | 0 | D | 59 | 12 | 33 | 4F | 2E |
| Octal | 322 | 266 | 30 | 0 | 15 | 131 | 22 | 63 | 117 | 56 |
| Binary | 11010010 | 10110110 | 11000 | 0 | 1101 | 1011001 | 10010 | 110011 | 1001111 | 101110 |
Color Harmonies of #D2B618
Complementary color
Monochromatic Colors of #D2B618
Black with #D2B618
Text Example
Text Example
White with #D2B618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2B618; }
p { color: rgb(210,182,24); }
H1.HeaderClassName
{
color: #D2B618;
}
.AnyTagClassName
{
color: #D2B618;
}
</style>
background-color css
<style>
a { background-color: #D2B618; }
a { background-color: rgb(210,182,24); }
div.DivClassName
{
background-color: #D2B618;
}
.BgClassName
{
background-color: #D2B618;
}
</style>
border-color css
<style>
span { border-color: #D2B618; }
span { border-color: rgb(210,182,24); }
td.TdClassName
{
border-color: #D2B618;
}
.TagClassName
{
border-color: #D2B618;
}
</style>