Shades of Bird Flower #D9C001
Tints of Bird Flower #D9C001
RGB
CMYK
RGB Variations
Color information
#D9C001 (or 0xD9C001) is known color: Bird Flower. HEX triplet: D9, C0 and 01. RGB value is (217,192,1). Sum of RGB (Red+Green+Blue) = 217+192+1=410 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.93% from 410); Green value is 192 (75.39% from 255 or 46.83% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D9C001 is #263FFE. Grayscale: #B2B2B2. Windows color (decimal): -2506751 or 114905. OLE color: 114905.
HSL color Cylindrical-coordinate representation of color #D9C001: hue angle of 53.06º 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 #D9C001 is Cyan = 0, Magento = 0.12, Yellow = 1.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 192 | 1 | - |
| CMYK | 0 | 0.12 | 1.00 | 0.15 |
| HSL | 53.06º | 0.99% | 0.43% | - |
| HSV(B) | 53.06º | 1% | 0.85% | - |
| XYZ | 47.47 | 52.45 | 7.65 | - |
| YUV | 177.7 | 28.28 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 192 | 1 | 0 | 0.12 | 1.00 | 0.15 | 53.06 | 0.99 | 0.43 |
| Hex | D9 | C0 | 1 | 0 | C | 64 | F | 35 | 63 | 2B |
| Octal | 331 | 300 | 1 | 0 | 14 | 144 | 17 | 65 | 143 | 53 |
| Binary | 11011001 | 11000000 | 1 | 0 | 1100 | 1100100 | 1111 | 110101 | 1100011 | 101011 |
Color Harmonies of #D9C001
Complementary color
Monochromatic Colors of #D9C001
Black with #D9C001
Text Example
Text Example
White with #D9C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9C001; }
p { color: rgb(217,192,1); }
H1.HeaderClassName
{
color: #D9C001;
}
.AnyTagClassName
{
color: #D9C001;
}
</style>
background-color css
<style>
a { background-color: #D9C001; }
a { background-color: rgb(217,192,1); }
div.DivClassName
{
background-color: #D9C001;
}
.BgClassName
{
background-color: #D9C001;
}
</style>
border-color css
<style>
span { border-color: #D9C001; }
span { border-color: rgb(217,192,1); }
td.TdClassName
{
border-color: #D9C001;
}
.TagClassName
{
border-color: #D9C001;
}
</style>