Shades of Bird Flower #D3C300
Tints of Bird Flower #D3C300
RGB
CMYK
RGB Variations
Color information
#D3C300 (or 0xD3C300) is known color: Bird Flower. HEX triplet: D3, C3 and 00. RGB value is (211,195,0). Sum of RGB (Red+Green+Blue) = 211+195+0=406 (53% of max value = 765). Red value is 211 (82.81% from 255 or 51.97% from 406); Green value is 195 (76.56% from 255 or 48.03% from 406); Blue value is 0 (0.39% from 255 or 0% from 406); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C300 is #2C3CFF. Grayscale: #B2B2B2. Windows color (decimal): -2899200 or 50131. OLE color: 50131.
HSL color Cylindrical-coordinate representation of color #D3C300: hue angle of 55.45º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D3C300 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 195 | 0 | - |
| CMYK | 0 | 0.08 | 1 | 0.17 |
| HSL | 55.45º | 1% | 0.41% | - |
| HSV(B) | 55.45º | 1% | 0.83% | - |
| XYZ | 46.38 | 52.88 | 7.76 | - |
| YUV | 177.55 | 27.8 | 151.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 195 | 0 | 0 | 0.08 | 1 | 0.17 | 55.45 | 1 | 0.41 |
| Hex | D3 | C3 | 0 | 0 | 8 | 64 | 11 | 37 | 64 | 29 |
| Octal | 323 | 303 | 0 | 0 | 10 | 144 | 21 | 67 | 144 | 51 |
| Binary | 11010011 | 11000011 | 0 | 0 | 1000 | 1100100 | 10001 | 110111 | 1100100 | 101001 |
Color Harmonies of #D3C300
Complementary color
Monochromatic Colors of #D3C300
Black with #D3C300
Text Example
Text Example
White with #D3C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C300; }
p { color: rgb(211,195,0); }
H1.HeaderClassName
{
color: #D3C300;
}
.AnyTagClassName
{
color: #D3C300;
}
</style>
background-color css
<style>
a { background-color: #D3C300; }
a { background-color: rgb(211,195,0); }
div.DivClassName
{
background-color: #D3C300;
}
.BgClassName
{
background-color: #D3C300;
}
</style>
border-color css
<style>
span { border-color: #D3C300; }
span { border-color: rgb(211,195,0); }
td.TdClassName
{
border-color: #D3C300;
}
.TagClassName
{
border-color: #D3C300;
}
</style>