Shades of Bird Flower #D3C817
Tints of Bird Flower #D3C817
RGB
CMYK
RGB Variations
Color information
#D3C817 (or 0xD3C817) is known color: Bird Flower. HEX triplet: D3, C8 and 17. RGB value is (211,200,23). Sum of RGB (Red+Green+Blue) = 211+200+23=434 (57% of max value = 765). Red value is 211 (82.81% from 255 or 48.62% from 434); Green value is 200 (78.52% from 255 or 46.08% from 434); Blue value is 23 (9.38% from 255 or 5.30% from 434); Max value from RGB is 211 - color contains mainly: red. Hex color #D3C817 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D3C817 is #2C37E8. Grayscale: #B7B7B7. Windows color (decimal): -2897897 or 1558739. OLE color: 1558739.
HSL color Cylindrical-coordinate representation of color #D3C817: hue angle of 56.49º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D3C817 is Cyan = 0, Magento = 0.05, Yellow = 0.89 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 200 | 23 | - |
| CMYK | 0 | 0.05 | 0.89 | 0.17 |
| HSL | 56.49º | 0.8% | 0.46% | - |
| HSV(B) | 56.49º | 0.89% | 0.83% | - |
| XYZ | 47.67 | 55.22 | 8.96 | - |
| YUV | 183.11 | 37.64 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 200 | 23 | 0 | 0.05 | 0.89 | 0.17 | 56.49 | 0.8 | 0.46 |
| Hex | D3 | C8 | 17 | 0 | 5 | 59 | 11 | 38 | 50 | 2E |
| Octal | 323 | 310 | 27 | 0 | 5 | 131 | 21 | 70 | 120 | 56 |
| Binary | 11010011 | 11001000 | 10111 | 0 | 101 | 1011001 | 10001 | 111000 | 1010000 | 101110 |
Color Harmonies of #D3C817
Complementary color
Monochromatic Colors of #D3C817
Black with #D3C817
Text Example
Text Example
White with #D3C817
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3C817; }
p { color: rgb(211,200,23); }
H1.HeaderClassName
{
color: #D3C817;
}
.AnyTagClassName
{
color: #D3C817;
}
</style>
background-color css
<style>
a { background-color: #D3C817; }
a { background-color: rgb(211,200,23); }
div.DivClassName
{
background-color: #D3C817;
}
.BgClassName
{
background-color: #D3C817;
}
</style>
border-color css
<style>
span { border-color: #D3C817; }
span { border-color: rgb(211,200,23); }
td.TdClassName
{
border-color: #D3C817;
}
.TagClassName
{
border-color: #D3C817;
}
</style>