Shades of Bird Flower #D7D00C
Tints of Bird Flower #D7D00C
RGB
CMYK
RGB Variations
Color information
#D7D00C (or 0xD7D00C) is known color: Bird Flower. HEX triplet: D7, D0 and 0C. RGB value is (215,208,12). Sum of RGB (Red+Green+Blue) = 215+208+12=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 208 (81.64% from 255 or 47.82% from 435); Blue value is 12 (5.08% from 255 or 2.76% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7D00C is #282FF3. Grayscale: #BCBCBC. Windows color (decimal): -2633716 or 839895. OLE color: 839895.
HSL color Cylindrical-coordinate representation of color #D7D00C: hue angle of 57.93º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D7D00C is Cyan = 0, Magento = 0.03, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 208 | 12 | - |
| CMYK | 0 | 0.03 | 0.94 | 0.16 |
| HSL | 57.93º | 0.89% | 0.45% | - |
| HSV(B) | 57.93º | 0.94% | 0.84% | - |
| XYZ | 50.65 | 59.59 | 9.18 | - |
| YUV | 187.75 | 28.82 | 147.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 208 | 12 | 0 | 0.03 | 0.94 | 0.16 | 57.93 | 0.89 | 0.45 |
| Hex | D7 | D0 | C | 0 | 3 | 5E | 10 | 3A | 59 | 2D |
| Octal | 327 | 320 | 14 | 0 | 3 | 136 | 20 | 72 | 131 | 55 |
| Binary | 11010111 | 11010000 | 1100 | 0 | 11 | 1011110 | 10000 | 111010 | 1011001 | 101101 |
Color Harmonies of #D7D00C
Complementary color
Monochromatic Colors of #D7D00C
Black with #D7D00C
Text Example
Text Example
White with #D7D00C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7D00C; }
p { color: rgb(215,208,12); }
H1.HeaderClassName
{
color: #D7D00C;
}
.AnyTagClassName
{
color: #D7D00C;
}
</style>
background-color css
<style>
a { background-color: #D7D00C; }
a { background-color: rgb(215,208,12); }
div.DivClassName
{
background-color: #D7D00C;
}
.BgClassName
{
background-color: #D7D00C;
}
</style>
border-color css
<style>
span { border-color: #D7D00C; }
span { border-color: rgb(215,208,12); }
td.TdClassName
{
border-color: #D7D00C;
}
.TagClassName
{
border-color: #D7D00C;
}
</style>