Shades of Bird Flower #D3C306
Tints of Bird Flower #D3C306
RGB
CMYK
RGB Variations
Color information
#D3C306 (or 0xD3C306) is known color: Bird Flower. HEX triplet: D3, C3 and 06. RGB value is (211,195,6). Sum of RGB (Red+Green+Blue) = 211+195+6=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 195 (76.56% from 255 or 47.33% from 412); Blue value is 6 (2.73% from 255 or 1.46% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C306 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C306 is #2C3CF9. Grayscale: #B3B3B3. Windows color (decimal): -2899194 or 443347. OLE color: 443347.
HSL color Cylindrical-coordinate representation of color #D3C306: hue angle of 55.32º 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 #D3C306 is Cyan = 0, Magento = 0.08, Yellow = 0.97 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 6 | - |
| CMYK | 0 | 0.08 | 0.97 | 0.17 |
| HSL | 55.32º | 0.94% | 0.43% | - |
| HSV(B) | 55.32º | 0.97% | 0.83% | - |
| XYZ | 46.41 | 52.89 | 7.94 | - |
| YUV | 178.24 | 30.8 | 151.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 6 | 0 | 0.08 | 0.97 | 0.17 | 55.32 | 0.94 | 0.43 |
| Hex | D3 | C3 | 6 | 0 | 8 | 61 | 11 | 37 | 5E | 2B |
| Octal | 323 | 303 | 6 | 0 | 10 | 141 | 21 | 67 | 136 | 53 |
| Binary | 11010011 | 11000011 | 110 | 0 | 1000 | 1100001 | 10001 | 110111 | 1011110 | 101011 |
Color Harmonies of #D3C306
Complementary color
Monochromatic Colors of #D3C306
Black with #D3C306
Text Example
Text Example
White with #D3C306
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C306; }
p { color: rgb(211,195,6); }
H1.HeaderClassName
{
color: #D3C306;
}
.AnyTagClassName
{
color: #D3C306;
}
</style>
background-color css
<style>
a { background-color: #D3C306; }
a { background-color: rgb(211,195,6); }
div.DivClassName
{
background-color: #D3C306;
}
.BgClassName
{
background-color: #D3C306;
}
</style>
border-color css
<style>
span { border-color: #D3C306; }
span { border-color: rgb(211,195,6); }
td.TdClassName
{
border-color: #D3C306;
}
.TagClassName
{
border-color: #D3C306;
}
</style>