Shades of Bird Flower #D1C301
Tints of Bird Flower #D1C301
RGB
CMYK
RGB Variations
Color information
#D1C301 (or 0xD1C301) is known color: Bird Flower. HEX triplet: D1, C3 and 01. RGB value is (209,195,1). Sum of RGB (Red+Green+Blue) = 209+195+1=405 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.60% from 405); Green value is 195 (76.56% from 255 or 48.15% from 405); Blue value is 1 (0.78% from 255 or 0.25% from 405); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C301 is #2E3CFE. Grayscale: #B1B1B1. Windows color (decimal): -3030271 or 115665. OLE color: 115665.
HSL color Cylindrical-coordinate representation of color #D1C301: hue angle of 55.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D1C301 is Cyan = 0, Magento = 0.07, Yellow = 1.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 1 | - |
| CMYK | 0 | 0.07 | 1.00 | 0.18 |
| HSL | 55.96º | 0.99% | 0.41% | - |
| HSV(B) | 55.96º | 1% | 0.82% | - |
| XYZ | 45.82 | 52.59 | 7.76 | - |
| YUV | 177.07 | 28.64 | 150.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 1 | 0 | 0.07 | 1.00 | 0.18 | 55.96 | 0.99 | 0.41 |
| Hex | D1 | C3 | 1 | 0 | 7 | 64 | 12 | 38 | 63 | 29 |
| Octal | 321 | 303 | 1 | 0 | 7 | 144 | 22 | 70 | 143 | 51 |
| Binary | 11010001 | 11000011 | 1 | 0 | 111 | 1100100 | 10010 | 111000 | 1100011 | 101001 |
Color Harmonies of #D1C301
Complementary color
Monochromatic Colors of #D1C301
Black with #D1C301
Text Example
Text Example
White with #D1C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C301; }
p { color: rgb(209,195,1); }
H1.HeaderClassName
{
color: #D1C301;
}
.AnyTagClassName
{
color: #D1C301;
}
</style>
background-color css
<style>
a { background-color: #D1C301; }
a { background-color: rgb(209,195,1); }
div.DivClassName
{
background-color: #D1C301;
}
.BgClassName
{
background-color: #D1C301;
}
</style>
border-color css
<style>
span { border-color: #D1C301; }
span { border-color: rgb(209,195,1); }
td.TdClassName
{
border-color: #D1C301;
}
.TagClassName
{
border-color: #D1C301;
}
</style>