Shades of Bird Flower #D3C006
Tints of Bird Flower #D3C006
RGB
CMYK
RGB Variations
Color information
#D3C006 (or 0xD3C006) is known color: Bird Flower. HEX triplet: D3, C0 and 06. RGB value is (211,192,6). Sum of RGB (Red+Green+Blue) = 211+192+6=409 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.59% from 409); Green value is 192 (75.39% from 255 or 46.94% from 409); Blue value is 6 (2.73% from 255 or 1.47% from 409); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C006 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C006 is #2C3FF9. Grayscale: #B1B1B1. Windows color (decimal): -2899962 or 442579. OLE color: 442579.
HSL color Cylindrical-coordinate representation of color #D3C006: hue angle of 54.44º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D3C006 is Cyan = 0, Magento = 0.09, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 192 | 6 | - |
| CMYK | 0 | 0.09 | 0.97 | 0.17 |
| HSL | 54.44º | 0.94% | 0.43% | - |
| HSV(B) | 54.44º | 0.97% | 0.83% | - |
| XYZ | 45.75 | 51.56 | 7.71 | - |
| YUV | 176.48 | 31.79 | 152.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 192 | 6 | 0 | 0.09 | 0.97 | 0.17 | 54.44 | 0.94 | 0.43 |
| Hex | D3 | C0 | 6 | 0 | 9 | 61 | 11 | 36 | 5E | 2B |
| Octal | 323 | 300 | 6 | 0 | 11 | 141 | 21 | 66 | 136 | 53 |
| Binary | 11010011 | 11000000 | 110 | 0 | 1001 | 1100001 | 10001 | 110110 | 1011110 | 101011 |
Color Harmonies of #D3C006
Complementary color
Monochromatic Colors of #D3C006
Black with #D3C006
Text Example
Text Example
White with #D3C006
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C006; }
p { color: rgb(211,192,6); }
H1.HeaderClassName
{
color: #D3C006;
}
.AnyTagClassName
{
color: #D3C006;
}
</style>
background-color css
<style>
a { background-color: #D3C006; }
a { background-color: rgb(211,192,6); }
div.DivClassName
{
background-color: #D3C006;
}
.BgClassName
{
background-color: #D3C006;
}
</style>
border-color css
<style>
span { border-color: #D3C006; }
span { border-color: rgb(211,192,6); }
td.TdClassName
{
border-color: #D3C006;
}
.TagClassName
{
border-color: #D3C006;
}
</style>