Shades of Bird Flower #D1D00C
Tints of Bird Flower #D1D00C
RGB
CMYK
RGB Variations
Color information
#D1D00C (or 0xD1D00C) is known color: Bird Flower. HEX triplet: D1, D0 and 0C. RGB value is (209,208,12). Sum of RGB (Red+Green+Blue) = 209+208+12=429 (56% of max value = 765). Red value is 209 (82.03% from 255 or 48.72% from 429); Green value is 208 (81.64% from 255 or 48.48% from 429); Blue value is 12 (5.08% from 255 or 2.80% from 429); Max value from RGB is 209 - color contains mainly: red. Hex color #D1D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1D00C is #2E2FF3. Grayscale: #BABABA. Windows color (decimal): -3026932 or 839889. OLE color: 839889.
HSL color Cylindrical-coordinate representation of color #D1D00C: hue angle of 59.7º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D1D00C is Cyan = 0, Magento = 0.00, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 208 | 12 | - |
| CMYK | 0 | 0.00 | 0.94 | 0.18 |
| HSL | 59.7º | 0.89% | 0.43% | - |
| HSV(B) | 59.7º | 0.94% | 0.82% | - |
| XYZ | 48.92 | 58.69 | 9.1 | - |
| YUV | 185.96 | 29.83 | 144.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 208 | 12 | 0 | 0.00 | 0.94 | 0.18 | 59.7 | 0.89 | 0.43 |
| Hex | D1 | D0 | C | 0 | 0 | 5E | 12 | 3C | 59 | 2B |
| Octal | 321 | 320 | 14 | 0 | 0 | 136 | 22 | 74 | 131 | 53 |
| Binary | 11010001 | 11010000 | 1100 | 0 | 0 | 1011110 | 10010 | 111100 | 1011001 | 101011 |
Color Harmonies of #D1D00C
Complementary color
Monochromatic Colors of #D1D00C
Black with #D1D00C
Text Example
Text Example
White with #D1D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1D00C; }
p { color: rgb(209,208,12); }
H1.HeaderClassName
{
color: #D1D00C;
}
.AnyTagClassName
{
color: #D1D00C;
}
</style>
background-color css
<style>
a { background-color: #D1D00C; }
a { background-color: rgb(209,208,12); }
div.DivClassName
{
background-color: #D1D00C;
}
.BgClassName
{
background-color: #D1D00C;
}
</style>
border-color css
<style>
span { border-color: #D1D00C; }
span { border-color: rgb(209,208,12); }
td.TdClassName
{
border-color: #D1D00C;
}
.TagClassName
{
border-color: #D1D00C;
}
</style>