Shades of Bird Flower #D7C001
Tints of Bird Flower #D7C001
RGB
CMYK
RGB Variations
Color information
#D7C001 (or 0xD7C001) is known color: Bird Flower. HEX triplet: D7, C0 and 01. RGB value is (215,192,1). Sum of RGB (Red+Green+Blue) = 215+192+1=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 192 (75.39% from 255 or 47.06% from 408); Blue value is 1 (0.78% from 255 or 0.25% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D7C001 is #283FFE. Grayscale: #B1B1B1. Windows color (decimal): -2637823 or 114903. OLE color: 114903.
HSL color Cylindrical-coordinate representation of color #D7C001: hue angle of 53.55º 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 #D7C001 is Cyan = 0, Magento = 0.11, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 192 | 1 | - |
| CMYK | 0 | 0.11 | 1.00 | 0.16 |
| HSL | 53.55º | 0.99% | 0.42% | - |
| HSV(B) | 53.55º | 1% | 0.84% | - |
| XYZ | 46.88 | 52.15 | 7.62 | - |
| YUV | 177.1 | 28.62 | 155.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 192 | 1 | 0 | 0.11 | 1.00 | 0.16 | 53.55 | 0.99 | 0.42 |
| Hex | D7 | C0 | 1 | 0 | B | 64 | 10 | 36 | 63 | 2A |
| Octal | 327 | 300 | 1 | 0 | 13 | 144 | 20 | 66 | 143 | 52 |
| Binary | 11010111 | 11000000 | 1 | 0 | 1011 | 1100100 | 10000 | 110110 | 1100011 | 101010 |
Color Harmonies of #D7C001
Complementary color
Monochromatic Colors of #D7C001
Black with #D7C001
Text Example
Text Example
White with #D7C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7C001; }
p { color: rgb(215,192,1); }
H1.HeaderClassName
{
color: #D7C001;
}
.AnyTagClassName
{
color: #D7C001;
}
</style>
background-color css
<style>
a { background-color: #D7C001; }
a { background-color: rgb(215,192,1); }
div.DivClassName
{
background-color: #D7C001;
}
.BgClassName
{
background-color: #D7C001;
}
</style>
border-color css
<style>
span { border-color: #D7C001; }
span { border-color: rgb(215,192,1); }
td.TdClassName
{
border-color: #D7C001;
}
.TagClassName
{
border-color: #D7C001;
}
</style>