Shades of Bird Flower #D6BB02
Tints of Bird Flower #D6BB02
RGB
CMYK
RGB Variations
Color information
#D6BB02 (or 0xD6BB02) is known color: Bird Flower. HEX triplet: D6, BB and 02. RGB value is (214,187,2). Sum of RGB (Red+Green+Blue) = 214+187+2=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 187 (73.44% from 255 or 46.40% from 403); Blue value is 2 (1.17% from 255 or 0.50% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BB02 is #2944FD. Grayscale: #AEAEAE. Windows color (decimal): -2704638 or 179158. OLE color: 179158.
HSL color Cylindrical-coordinate representation of color #D6BB02: hue angle of 52.36º degrees, saturation: 0.98, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6BB02 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 2 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.16 |
| HSL | 52.36º | 0.98% | 0.42% | - |
| HSV(B) | 52.36º | 0.99% | 0.84% | - |
| XYZ | 45.51 | 49.84 | 7.28 | - |
| YUV | 173.98 | 30.95 | 156.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 2 | 0 | 0.13 | 0.99 | 0.16 | 52.36 | 0.98 | 0.42 |
| Hex | D6 | BB | 2 | 0 | D | 63 | 10 | 34 | 62 | 2A |
| Octal | 326 | 273 | 2 | 0 | 15 | 143 | 20 | 64 | 142 | 52 |
| Binary | 11010110 | 10111011 | 10 | 0 | 1101 | 1100011 | 10000 | 110100 | 1100010 | 101010 |
Color Harmonies of #D6BB02
Complementary color
Monochromatic Colors of #D6BB02
Black with #D6BB02
Text Example
Text Example
White with #D6BB02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB02; }
p { color: rgb(214,187,2); }
H1.HeaderClassName
{
color: #D6BB02;
}
.AnyTagClassName
{
color: #D6BB02;
}
</style>
background-color css
<style>
a { background-color: #D6BB02; }
a { background-color: rgb(214,187,2); }
div.DivClassName
{
background-color: #D6BB02;
}
.BgClassName
{
background-color: #D6BB02;
}
</style>
border-color css
<style>
span { border-color: #D6BB02; }
span { border-color: rgb(214,187,2); }
td.TdClassName
{
border-color: #D6BB02;
}
.TagClassName
{
border-color: #D6BB02;
}
</style>