Shades of Bird Flower #D1C30F
Tints of Bird Flower #D1C30F
RGB
CMYK
RGB Variations
Color information
#D1C30F (or 0xD1C30F) is known color: Bird Flower. HEX triplet: D1, C3 and 0F. RGB value is (209,195,15). Sum of RGB (Red+Green+Blue) = 209+195+15=419 (55% of max value = 765). Red value is 209 (82.03% from 255 or 49.88% from 419); Green value is 195 (76.56% from 255 or 46.54% from 419); Blue value is 15 (6.25% from 255 or 3.58% from 419); Max value from RGB is 209 - color contains mainly: red. Hex color #D1C30F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D1C30F is #2E3CF0. Grayscale: #B3B3B3. Windows color (decimal): -3030257 or 1033169. OLE color: 1033169.
HSL color Cylindrical-coordinate representation of color #D1C30F: hue angle of 55.67º degrees, saturation: 0.87, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D1C30F is Cyan = 0, Magento = 0.07, Yellow = 0.93 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 195 | 15 | - |
| CMYK | 0 | 0.07 | 0.93 | 0.18 |
| HSL | 55.67º | 0.87% | 0.44% | - |
| HSV(B) | 55.67º | 0.93% | 0.82% | - |
| XYZ | 45.9 | 52.62 | 8.19 | - |
| YUV | 178.67 | 35.64 | 149.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 195 | 15 | 0 | 0.07 | 0.93 | 0.18 | 55.67 | 0.87 | 0.44 |
| Hex | D1 | C3 | F | 0 | 7 | 5D | 12 | 38 | 57 | 2C |
| Octal | 321 | 303 | 17 | 0 | 7 | 135 | 22 | 70 | 127 | 54 |
| Binary | 11010001 | 11000011 | 1111 | 0 | 111 | 1011101 | 10010 | 111000 | 1010111 | 101100 |
Color Harmonies of #D1C30F
Complementary color
Monochromatic Colors of #D1C30F
Black with #D1C30F
Text Example
Text Example
White with #D1C30F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1C30F; }
p { color: rgb(209,195,15); }
H1.HeaderClassName
{
color: #D1C30F;
}
.AnyTagClassName
{
color: #D1C30F;
}
</style>
background-color css
<style>
a { background-color: #D1C30F; }
a { background-color: rgb(209,195,15); }
div.DivClassName
{
background-color: #D1C30F;
}
.BgClassName
{
background-color: #D1C30F;
}
</style>
border-color css
<style>
span { border-color: #D1C30F; }
span { border-color: rgb(209,195,15); }
td.TdClassName
{
border-color: #D1C30F;
}
.TagClassName
{
border-color: #D1C30F;
}
</style>