Shades of Bird Flower #D9C301
Tints of Bird Flower #D9C301
RGB
CMYK
RGB Variations
Color information
#D9C301 (or 0xD9C301) is known color: Bird Flower. HEX triplet: D9, C3 and 01. RGB value is (217,195,1). Sum of RGB (Red+Green+Blue) = 217+195+1=413 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.54% from 413); Green value is 195 (76.56% from 255 or 47.22% from 413); Blue value is 1 (0.78% from 255 or 0.24% from 413); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C301 is #263CFE. Grayscale: #B4B4B4. Windows color (decimal): -2505983 or 115673. OLE color: 115673.
HSL color Cylindrical-coordinate representation of color #D9C301: hue angle of 53.89º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D9C301 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 195 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.15 |
| HSL | 53.89º | 0.99% | 0.43% | - |
| HSV(B) | 53.89º | 1% | 0.85% | - |
| XYZ | 48.14 | 53.78 | 7.87 | - |
| YUV | 179.46 | 27.29 | 154.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 195 | 1 | 0 | 0.10 | 1.00 | 0.15 | 53.89 | 0.99 | 0.43 |
| Hex | D9 | C3 | 1 | 0 | A | 64 | F | 36 | 63 | 2B |
| Octal | 331 | 303 | 1 | 0 | 12 | 144 | 17 | 66 | 143 | 53 |
| Binary | 11011001 | 11000011 | 1 | 0 | 1010 | 1100100 | 1111 | 110110 | 1100011 | 101011 |
Color Harmonies of #D9C301
Complementary color
Monochromatic Colors of #D9C301
Black with #D9C301
Text Example
Text Example
White with #D9C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C301; }
p { color: rgb(217,195,1); }
H1.HeaderClassName
{
color: #D9C301;
}
.AnyTagClassName
{
color: #D9C301;
}
</style>
background-color css
<style>
a { background-color: #D9C301; }
a { background-color: rgb(217,195,1); }
div.DivClassName
{
background-color: #D9C301;
}
.BgClassName
{
background-color: #D9C301;
}
</style>
border-color css
<style>
span { border-color: #D9C301; }
span { border-color: rgb(217,195,1); }
td.TdClassName
{
border-color: #D9C301;
}
.TagClassName
{
border-color: #D9C301;
}
</style>