Shades of Bird Flower #D6C301
Tints of Bird Flower #D6C301
RGB
CMYK
RGB Variations
Color information
#D6C301 (or 0xD6C301) is known color: Bird Flower. HEX triplet: D6, C3 and 01. RGB value is (214,195,1). Sum of RGB (Red+Green+Blue) = 214+195+1=410 (54% of max value = 765). Red value is 214 (83.98% from 255 or 52.20% from 410); Green value is 195 (76.56% from 255 or 47.56% from 410); Blue value is 1 (0.78% from 255 or 0.24% from 410); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C301 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C301 is #293CFE. Grayscale: #B3B3B3. Windows color (decimal): -2702591 or 115670. OLE color: 115670.
HSL color Cylindrical-coordinate representation of color #D6C301: hue angle of 54.65º 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 #D6C301 is Cyan = 0, Magento = 0.09, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 1 | - |
| CMYK | 0 | 0.09 | 1.00 | 0.16 |
| HSL | 54.65º | 0.99% | 0.42% | - |
| HSV(B) | 54.65º | 1% | 0.84% | - |
| XYZ | 47.25 | 53.33 | 7.83 | - |
| YUV | 178.57 | 27.79 | 153.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 1 | 0 | 0.09 | 1.00 | 0.16 | 54.65 | 0.99 | 0.42 |
| Hex | D6 | C3 | 1 | 0 | 9 | 64 | 10 | 37 | 63 | 2A |
| Octal | 326 | 303 | 1 | 0 | 11 | 144 | 20 | 67 | 143 | 52 |
| Binary | 11010110 | 11000011 | 1 | 0 | 1001 | 1100100 | 10000 | 110111 | 1100011 | 101010 |
Color Harmonies of #D6C301
Complementary color
Monochromatic Colors of #D6C301
Black with #D6C301
Text Example
Text Example
White with #D6C301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C301; }
p { color: rgb(214,195,1); }
H1.HeaderClassName
{
color: #D6C301;
}
.AnyTagClassName
{
color: #D6C301;
}
</style>
background-color css
<style>
a { background-color: #D6C301; }
a { background-color: rgb(214,195,1); }
div.DivClassName
{
background-color: #D6C301;
}
.BgClassName
{
background-color: #D6C301;
}
</style>
border-color css
<style>
span { border-color: #D6C301; }
span { border-color: rgb(214,195,1); }
td.TdClassName
{
border-color: #D6C301;
}
.TagClassName
{
border-color: #D6C301;
}
</style>