Shades of Bird Flower #D3C613
Tints of Bird Flower #D3C613
RGB
CMYK
RGB Variations
Color information
#D3C613 (or 0xD3C613) is known color: Bird Flower. HEX triplet: D3, C6 and 13. RGB value is (211,198,19). Sum of RGB (Red+Green+Blue) = 211+198+19=428 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.30% from 428); Green value is 198 (77.73% from 255 or 46.26% from 428); Blue value is 19 (7.81% from 255 or 4.44% from 428); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C613 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C613 is #2C39EC. Grayscale: #B6B6B6. Windows color (decimal): -2898413 or 1296083. OLE color: 1296083.
HSL color Cylindrical-coordinate representation of color #D3C613: hue angle of 55.94º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D3C613 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 198 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.17 |
| HSL | 55.94º | 0.83% | 0.45% | - |
| HSV(B) | 55.94º | 0.91% | 0.83% | - |
| XYZ | 47.18 | 54.28 | 8.61 | - |
| YUV | 181.48 | 36.31 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 198 | 19 | 0 | 0.06 | 0.91 | 0.17 | 55.94 | 0.83 | 0.45 |
| Hex | D3 | C6 | 13 | 0 | 6 | 5B | 11 | 38 | 53 | 2D |
| Octal | 323 | 306 | 23 | 0 | 6 | 133 | 21 | 70 | 123 | 55 |
| Binary | 11010011 | 11000110 | 10011 | 0 | 110 | 1011011 | 10001 | 111000 | 1010011 | 101101 |
Color Harmonies of #D3C613
Complementary color
Monochromatic Colors of #D3C613
Black with #D3C613
Text Example
Text Example
White with #D3C613
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C613; }
p { color: rgb(211,198,19); }
H1.HeaderClassName
{
color: #D3C613;
}
.AnyTagClassName
{
color: #D3C613;
}
</style>
background-color css
<style>
a { background-color: #D3C613; }
a { background-color: rgb(211,198,19); }
div.DivClassName
{
background-color: #D3C613;
}
.BgClassName
{
background-color: #D3C613;
}
</style>
border-color css
<style>
span { border-color: #D3C613; }
span { border-color: rgb(211,198,19); }
td.TdClassName
{
border-color: #D3C613;
}
.TagClassName
{
border-color: #D3C613;
}
</style>