Shades of Bird Flower #D0C00D
Tints of Bird Flower #D0C00D
RGB
CMYK
RGB Variations
Color information
#D0C00D (or 0xD0C00D) is known color: Bird Flower. HEX triplet: D0, C0 and 0D. RGB value is (208,192,13). Sum of RGB (Red+Green+Blue) = 208+192+13=413 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.36% from 413); Green value is 192 (75.39% from 255 or 46.49% from 413); Blue value is 13 (5.47% from 255 or 3.15% from 413); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C00D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C00D is #2F3FF2. Grayscale: #B1B1B1. Windows color (decimal): -3096563 or 901328. OLE color: 901328.
HSL color Cylindrical-coordinate representation of color #D0C00D: hue angle of 55.08º degrees, saturation: 0.88, 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 #D0C00D is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 192 | 13 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.18 |
| HSL | 55.08º | 0.88% | 0.43% | - |
| HSV(B) | 55.08º | 0.94% | 0.82% | - |
| XYZ | 44.93 | 51.14 | 7.88 | - |
| YUV | 176.38 | 35.8 | 150.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 192 | 13 | 0 | 0.08 | 0.94 | 0.18 | 55.08 | 0.88 | 0.43 |
| Hex | D0 | C0 | D | 0 | 8 | 5E | 12 | 37 | 58 | 2B |
| Octal | 320 | 300 | 15 | 0 | 10 | 136 | 22 | 67 | 130 | 53 |
| Binary | 11010000 | 11000000 | 1101 | 0 | 1000 | 1011110 | 10010 | 110111 | 1011000 | 101011 |
Color Harmonies of #D0C00D
Complementary color
Monochromatic Colors of #D0C00D
Black with #D0C00D
Text Example
Text Example
White with #D0C00D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C00D; }
p { color: rgb(208,192,13); }
H1.HeaderClassName
{
color: #D0C00D;
}
.AnyTagClassName
{
color: #D0C00D;
}
</style>
background-color css
<style>
a { background-color: #D0C00D; }
a { background-color: rgb(208,192,13); }
div.DivClassName
{
background-color: #D0C00D;
}
.BgClassName
{
background-color: #D0C00D;
}
</style>
border-color css
<style>
span { border-color: #D0C00D; }
span { border-color: rgb(208,192,13); }
td.TdClassName
{
border-color: #D0C00D;
}
.TagClassName
{
border-color: #D0C00D;
}
</style>