Shades of Bird Flower #D6BB03
Tints of Bird Flower #D6BB03
RGB
CMYK
RGB Variations
Color information
#D6BB03 (or 0xD6BB03) is known color: Bird Flower. HEX triplet: D6, BB and 03. RGB value is (214,187,3). Sum of RGB (Red+Green+Blue) = 214+187+3=404 (53% of max value = 765). Red value is 214 (83.98% from 255 or 52.97% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 3 (1.56% from 255 or 0.74% from 404); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BB03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6BB03 is #2944FC. Grayscale: #AEAEAE. Windows color (decimal): -2704637 or 244694. OLE color: 244694.
HSL color Cylindrical-coordinate representation of color #D6BB03: hue angle of 52.32º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D6BB03 is Cyan = 0, Magento = 0.13, Yellow = 0.99 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 187 | 3 | - |
| CMYK | 0 | 0.13 | 0.99 | 0.16 |
| HSL | 52.32º | 0.97% | 0.43% | - |
| HSV(B) | 52.32º | 0.99% | 0.84% | - |
| XYZ | 45.52 | 49.84 | 7.31 | - |
| YUV | 174.1 | 31.45 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 187 | 3 | 0 | 0.13 | 0.99 | 0.16 | 52.32 | 0.97 | 0.43 |
| Hex | D6 | BB | 3 | 0 | D | 63 | 10 | 34 | 61 | 2B |
| Octal | 326 | 273 | 3 | 0 | 15 | 143 | 20 | 64 | 141 | 53 |
| Binary | 11010110 | 10111011 | 11 | 0 | 1101 | 1100011 | 10000 | 110100 | 1100001 | 101011 |
Color Harmonies of #D6BB03
Complementary color
Monochromatic Colors of #D6BB03
Black with #D6BB03
Text Example
Text Example
White with #D6BB03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6BB03; }
p { color: rgb(214,187,3); }
H1.HeaderClassName
{
color: #D6BB03;
}
.AnyTagClassName
{
color: #D6BB03;
}
</style>
background-color css
<style>
a { background-color: #D6BB03; }
a { background-color: rgb(214,187,3); }
div.DivClassName
{
background-color: #D6BB03;
}
.BgClassName
{
background-color: #D6BB03;
}
</style>
border-color css
<style>
span { border-color: #D6BB03; }
span { border-color: rgb(214,187,3); }
td.TdClassName
{
border-color: #D6BB03;
}
.TagClassName
{
border-color: #D6BB03;
}
</style>