Shades of Bird Flower #D0C615
Tints of Bird Flower #D0C615
RGB
CMYK
RGB Variations
Color information
#D0C615 (or 0xD0C615) is known color: Bird Flower. HEX triplet: D0, C6 and 15. RGB value is (208,198,21). Sum of RGB (Red+Green+Blue) = 208+198+21=427 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.71% from 427); Green value is 198 (77.73% from 255 or 46.37% from 427); Blue value is 21 (8.59% from 255 or 4.92% from 427); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C615 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D0C615 is #2F39EA. Grayscale: #B5B5B5. Windows color (decimal): -3095019 or 1427152. OLE color: 1427152.
HSL color Cylindrical-coordinate representation of color #D0C615: hue angle of 56.79º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D0C615 is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 198 | 21 | - |
| CMYK | 0 | 0.05 | 0.90 | 0.18 |
| HSL | 56.79º | 0.82% | 0.45% | - |
| HSV(B) | 56.79º | 0.9% | 0.82% | - |
| XYZ | 46.34 | 53.85 | 8.66 | - |
| YUV | 180.81 | 37.81 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 198 | 21 | 0 | 0.05 | 0.90 | 0.18 | 56.79 | 0.82 | 0.45 |
| Hex | D0 | C6 | 15 | 0 | 5 | 5A | 12 | 39 | 52 | 2D |
| Octal | 320 | 306 | 25 | 0 | 5 | 132 | 22 | 71 | 122 | 55 |
| Binary | 11010000 | 11000110 | 10101 | 0 | 101 | 1011010 | 10010 | 111001 | 1010010 | 101101 |
Color Harmonies of #D0C615
Complementary color
Monochromatic Colors of #D0C615
Black with #D0C615
Text Example
Text Example
White with #D0C615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0C615; }
p { color: rgb(208,198,21); }
H1.HeaderClassName
{
color: #D0C615;
}
.AnyTagClassName
{
color: #D0C615;
}
</style>
background-color css
<style>
a { background-color: #D0C615; }
a { background-color: rgb(208,198,21); }
div.DivClassName
{
background-color: #D0C615;
}
.BgClassName
{
background-color: #D0C615;
}
</style>
border-color css
<style>
span { border-color: #D0C615; }
span { border-color: rgb(208,198,21); }
td.TdClassName
{
border-color: #D0C615;
}
.TagClassName
{
border-color: #D0C615;
}
</style>