Shades of Bird Flower #D2C317
Tints of Bird Flower #D2C317
RGB
CMYK
RGB Variations
Color information
#D2C317 (or 0xD2C317) is known color: Bird Flower. HEX triplet: D2, C3 and 17. RGB value is (210,195,23). Sum of RGB (Red+Green+Blue) = 210+195+23=428 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.07% from 428); Green value is 195 (76.56% from 255 or 45.56% from 428); Blue value is 23 (9.38% from 255 or 5.37% from 428); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D2C317 is #2D3CE8. Grayscale: #B4B4B4. Windows color (decimal): -2964713 or 1557458. OLE color: 1557458.
HSL color Cylindrical-coordinate representation of color #D2C317: hue angle of 55.19º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D2C317 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 195 | 23 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.18 |
| HSL | 55.19º | 0.8% | 0.46% | - |
| HSV(B) | 55.19º | 0.89% | 0.82% | - |
| XYZ | 46.25 | 52.79 | 8.56 | - |
| YUV | 179.88 | 39.47 | 149.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 195 | 23 | 0 | 0.07 | 0.89 | 0.18 | 55.19 | 0.8 | 0.46 |
| Hex | D2 | C3 | 17 | 0 | 7 | 59 | 12 | 37 | 50 | 2E |
| Octal | 322 | 303 | 27 | 0 | 7 | 131 | 22 | 67 | 120 | 56 |
| Binary | 11010010 | 11000011 | 10111 | 0 | 111 | 1011001 | 10010 | 110111 | 1010000 | 101110 |
Color Harmonies of #D2C317
Complementary color
Monochromatic Colors of #D2C317
Black with #D2C317
Text Example
Text Example
White with #D2C317
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2C317; }
p { color: rgb(210,195,23); }
H1.HeaderClassName
{
color: #D2C317;
}
.AnyTagClassName
{
color: #D2C317;
}
</style>
background-color css
<style>
a { background-color: #D2C317; }
a { background-color: rgb(210,195,23); }
div.DivClassName
{
background-color: #D2C317;
}
.BgClassName
{
background-color: #D2C317;
}
</style>
border-color css
<style>
span { border-color: #D2C317; }
span { border-color: rgb(210,195,23); }
td.TdClassName
{
border-color: #D2C317;
}
.TagClassName
{
border-color: #D2C317;
}
</style>