Shades of Bird Flower #D2C300
Tints of Bird Flower #D2C300
RGB
CMYK
RGB Variations
Color information
#D2C300 (or 0xD2C300) is known color: Bird Flower. HEX triplet: D2, C3 and 00. RGB value is (210,195,0). Sum of RGB (Red+Green+Blue) = 210+195+0=405 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.85% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 0 (0.39% from 255 or 0% from 405); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C300 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C300 is #2D3CFF. Grayscale: #B2B2B2. Windows color (decimal): -2964736 or 50130. OLE color: 50130.
HSL color Cylindrical-coordinate representation of color #D2C300: hue angle of 55.71º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D2C300 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.18 |
| HSL | 55.71º | 1% | 0.41% | - |
| HSV(B) | 55.71º | 1% | 0.82% | - |
| XYZ | 46.09 | 52.73 | 7.75 | - |
| YUV | 177.26 | 27.97 | 151.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 0 | 0 | 0.07 | 1 | 0.18 | 55.71 | 1 | 0.41 |
| Hex | D2 | C3 | 0 | 0 | 7 | 64 | 12 | 38 | 64 | 29 |
| Octal | 322 | 303 | 0 | 0 | 7 | 144 | 22 | 70 | 144 | 51 |
| Binary | 11010010 | 11000011 | 0 | 0 | 111 | 1100100 | 10010 | 111000 | 1100100 | 101001 |
Color Harmonies of #D2C300
Complementary color
Monochromatic Colors of #D2C300
Black with #D2C300
Text Example
Text Example
White with #D2C300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C300; }
p { color: rgb(210,195,0); }
H1.HeaderClassName
{
color: #D2C300;
}
.AnyTagClassName
{
color: #D2C300;
}
</style>
background-color css
<style>
a { background-color: #D2C300; }
a { background-color: rgb(210,195,0); }
div.DivClassName
{
background-color: #D2C300;
}
.BgClassName
{
background-color: #D2C300;
}
</style>
border-color css
<style>
span { border-color: #D2C300; }
span { border-color: rgb(210,195,0); }
td.TdClassName
{
border-color: #D2C300;
}
.TagClassName
{
border-color: #D2C300;
}
</style>