Shades of Bird Flower #D5C001
Tints of Bird Flower #D5C001
RGB
CMYK
RGB Variations
Color information
#D5C001 (or 0xD5C001) is known color: Bird Flower. HEX triplet: D5, C0 and 01. RGB value is (213,192,1). Sum of RGB (Red+Green+Blue) = 213+192+1=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 192 (75.39% from 255 or 47.29% from 406); Blue value is 1 (0.78% from 255 or 0.25% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D5C001 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D5C001 is #2A3FFE. Grayscale: #B1B1B1. Windows color (decimal): -2768895 or 114901. OLE color: 114901.
HSL color Cylindrical-coordinate representation of color #D5C001: hue angle of 54.06º 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 #D5C001 is Cyan = 0, Magento = 0.10, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 192 | 1 | - |
| CMYK | 0 | 0.10 | 1.00 | 0.16 |
| HSL | 54.06º | 0.99% | 0.42% | - |
| HSV(B) | 54.06º | 1% | 0.84% | - |
| XYZ | 46.3 | 51.85 | 7.6 | - |
| YUV | 176.51 | 28.96 | 154.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 192 | 1 | 0 | 0.10 | 1.00 | 0.16 | 54.06 | 0.99 | 0.42 |
| Hex | D5 | C0 | 1 | 0 | A | 64 | 10 | 36 | 63 | 2A |
| Octal | 325 | 300 | 1 | 0 | 12 | 144 | 20 | 66 | 143 | 52 |
| Binary | 11010101 | 11000000 | 1 | 0 | 1010 | 1100100 | 10000 | 110110 | 1100011 | 101010 |
Color Harmonies of #D5C001
Complementary color
Monochromatic Colors of #D5C001
Black with #D5C001
Text Example
Text Example
White with #D5C001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C001; }
p { color: rgb(213,192,1); }
H1.HeaderClassName
{
color: #D5C001;
}
.AnyTagClassName
{
color: #D5C001;
}
</style>
background-color css
<style>
a { background-color: #D5C001; }
a { background-color: rgb(213,192,1); }
div.DivClassName
{
background-color: #D5C001;
}
.BgClassName
{
background-color: #D5C001;
}
</style>
border-color css
<style>
span { border-color: #D5C001; }
span { border-color: rgb(213,192,1); }
td.TdClassName
{
border-color: #D5C001;
}
.TagClassName
{
border-color: #D5C001;
}
</style>