Shades of Bird Flower #D3C60E
Tints of Bird Flower #D3C60E
RGB
CMYK
RGB Variations
Color information
#D3C60E (or 0xD3C60E) is known color: Bird Flower. HEX triplet: D3, C6 and 0E. RGB value is (211,198,14). Sum of RGB (Red+Green+Blue) = 211+198+14=423 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.88% from 423); Green value is 198 (77.73% from 255 or 46.81% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C60E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C60E is #2C39F1. Grayscale: #B5B5B5. Windows color (decimal): -2898418 or 968403. OLE color: 968403.
HSL color Cylindrical-coordinate representation of color #D3C60E: hue angle of 56.04º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D3C60E is Cyan = 0, Magento = 0.06, Yellow = 0.93 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 14 | - |
| CMYK | 0 | 0.06 | 0.93 | 0.17 |
| HSL | 56.04º | 0.88% | 0.44% | - |
| HSV(B) | 56.04º | 0.93% | 0.83% | - |
| XYZ | 47.14 | 54.27 | 8.41 | - |
| YUV | 180.91 | 33.81 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 14 | 0 | 0.06 | 0.93 | 0.17 | 56.04 | 0.88 | 0.44 |
| Hex | D3 | C6 | E | 0 | 6 | 5D | 11 | 38 | 58 | 2C |
| Octal | 323 | 306 | 16 | 0 | 6 | 135 | 21 | 70 | 130 | 54 |
| Binary | 11010011 | 11000110 | 1110 | 0 | 110 | 1011101 | 10001 | 111000 | 1011000 | 101100 |
Color Harmonies of #D3C60E
Complementary color
Monochromatic Colors of #D3C60E
Black with #D3C60E
Text Example
Text Example
White with #D3C60E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C60E; }
p { color: rgb(211,198,14); }
H1.HeaderClassName
{
color: #D3C60E;
}
.AnyTagClassName
{
color: #D3C60E;
}
</style>
background-color css
<style>
a { background-color: #D3C60E; }
a { background-color: rgb(211,198,14); }
div.DivClassName
{
background-color: #D3C60E;
}
.BgClassName
{
background-color: #D3C60E;
}
</style>
border-color css
<style>
span { border-color: #D3C60E; }
span { border-color: rgb(211,198,14); }
td.TdClassName
{
border-color: #D3C60E;
}
.TagClassName
{
border-color: #D3C60E;
}
</style>