Shades of Bird Flower #D7C101
Tints of Bird Flower #D7C101
RGB
CMYK
RGB Variations
Color information
#D7C101 (or 0xD7C101) is known color: Bird Flower. HEX triplet: D7, C1 and 01. RGB value is (215,193,1). Sum of RGB (Red+Green+Blue) = 215+193+1=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 193 (75.78% from 255 or 47.19% from 409); Blue value is 1 (0.78% from 255 or 0.24% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C101 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C101 is #283EFE. Grayscale: #B2B2B2. Windows color (decimal): -2637567 or 115159. OLE color: 115159.
HSL color Cylindrical-coordinate representation of color #D7C101: hue angle of 53.83º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D7C101 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 193 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.16 |
| HSL | 53.83º | 0.99% | 0.42% | - |
| HSV(B) | 53.83º | 1% | 0.84% | - |
| XYZ | 47.1 | 52.59 | 7.7 | - |
| YUV | 177.69 | 28.29 | 154.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 193 | 1 | 0 | 0.10 | 1.00 | 0.16 | 53.83 | 0.99 | 0.42 |
| Hex | D7 | C1 | 1 | 0 | A | 64 | 10 | 36 | 63 | 2A |
| Octal | 327 | 301 | 1 | 0 | 12 | 144 | 20 | 66 | 143 | 52 |
| Binary | 11010111 | 11000001 | 1 | 0 | 1010 | 1100100 | 10000 | 110110 | 1100011 | 101010 |
Color Harmonies of #D7C101
Complementary color
Monochromatic Colors of #D7C101
Black with #D7C101
Text Example
Text Example
White with #D7C101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C101; }
p { color: rgb(215,193,1); }
H1.HeaderClassName
{
color: #D7C101;
}
.AnyTagClassName
{
color: #D7C101;
}
</style>
background-color css
<style>
a { background-color: #D7C101; }
a { background-color: rgb(215,193,1); }
div.DivClassName
{
background-color: #D7C101;
}
.BgClassName
{
background-color: #D7C101;
}
</style>
border-color css
<style>
span { border-color: #D7C101; }
span { border-color: rgb(215,193,1); }
td.TdClassName
{
border-color: #D7C101;
}
.TagClassName
{
border-color: #D7C101;
}
</style>