Shades of Bird Flower #D3C713
Tints of Bird Flower #D3C713
RGB
CMYK
RGB Variations
Color information
#D3C713 (or 0xD3C713) is known color: Bird Flower. HEX triplet: D3, C7 and 13. RGB value is (211,199,19). Sum of RGB (Red+Green+Blue) = 211+199+19=429 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.18% from 429); Green value is 199 (78.12% from 255 or 46.39% from 429); Blue value is 19 (7.81% from 255 or 4.43% from 429); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C713 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C713 is #2C38EC. Grayscale: #B6B6B6. Windows color (decimal): -2898157 or 1296339. OLE color: 1296339.
HSL color Cylindrical-coordinate representation of color #D3C713: hue angle of 56.25º 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 #D3C713 is Cyan = 0, Magento = 0.06, Yellow = 0.91 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 199 | 19 | - |
| CMYK | 0 | 0.06 | 0.91 | 0.17 |
| HSL | 56.25º | 0.83% | 0.45% | - |
| HSV(B) | 56.25º | 0.91% | 0.83% | - |
| XYZ | 47.4 | 54.74 | 8.68 | - |
| YUV | 182.07 | 35.98 | 148.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 199 | 19 | 0 | 0.06 | 0.91 | 0.17 | 56.25 | 0.83 | 0.45 |
| Hex | D3 | C7 | 13 | 0 | 6 | 5B | 11 | 38 | 53 | 2D |
| Octal | 323 | 307 | 23 | 0 | 6 | 133 | 21 | 70 | 123 | 55 |
| Binary | 11010011 | 11000111 | 10011 | 0 | 110 | 1011011 | 10001 | 111000 | 1010011 | 101101 |
Color Harmonies of #D3C713
Complementary color
Monochromatic Colors of #D3C713
Black with #D3C713
Text Example
Text Example
White with #D3C713
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C713; }
p { color: rgb(211,199,19); }
H1.HeaderClassName
{
color: #D3C713;
}
.AnyTagClassName
{
color: #D3C713;
}
</style>
background-color css
<style>
a { background-color: #D3C713; }
a { background-color: rgb(211,199,19); }
div.DivClassName
{
background-color: #D3C713;
}
.BgClassName
{
background-color: #D3C713;
}
</style>
border-color css
<style>
span { border-color: #D3C713; }
span { border-color: rgb(211,199,19); }
td.TdClassName
{
border-color: #D3C713;
}
.TagClassName
{
border-color: #D3C713;
}
</style>