Shades of Bird Flower #D6C901
Tints of Bird Flower #D6C901
RGB
CMYK
RGB Variations
Color information
#D6C901 (or 0xD6C901) is known color: Bird Flower. HEX triplet: D6, C9 and 01. RGB value is (214,201,1). Sum of RGB (Red+Green+Blue) = 214+201+1=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 201 (78.91% from 255 or 48.32% from 416); Blue value is 1 (0.78% from 255 or 0.24% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C901 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C901 is #2936FE. Grayscale: #B6B6B6. Windows color (decimal): -2701055 or 117206. OLE color: 117206.
HSL color Cylindrical-coordinate representation of color #D6C901: hue angle of 56.34º 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 #D6C901 is Cyan = 0, Magento = 0.06, Yellow = 1.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 1 | - |
| CMYK | 0 | 0.06 | 1.00 | 0.16 |
| HSL | 56.34º | 0.99% | 0.42% | - |
| HSV(B) | 56.34º | 1% | 0.84% | - |
| XYZ | 48.62 | 56.07 | 8.29 | - |
| YUV | 182.09 | 25.81 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 1 | 0 | 0.06 | 1.00 | 0.16 | 56.34 | 0.99 | 0.42 |
| Hex | D6 | C9 | 1 | 0 | 6 | 64 | 10 | 38 | 63 | 2A |
| Octal | 326 | 311 | 1 | 0 | 6 | 144 | 20 | 70 | 143 | 52 |
| Binary | 11010110 | 11001001 | 1 | 0 | 110 | 1100100 | 10000 | 111000 | 1100011 | 101010 |
Color Harmonies of #D6C901
Complementary color
Monochromatic Colors of #D6C901
Black with #D6C901
Text Example
Text Example
White with #D6C901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C901; }
p { color: rgb(214,201,1); }
H1.HeaderClassName
{
color: #D6C901;
}
.AnyTagClassName
{
color: #D6C901;
}
</style>
background-color css
<style>
a { background-color: #D6C901; }
a { background-color: rgb(214,201,1); }
div.DivClassName
{
background-color: #D6C901;
}
.BgClassName
{
background-color: #D6C901;
}
</style>
border-color css
<style>
span { border-color: #D6C901; }
span { border-color: rgb(214,201,1); }
td.TdClassName
{
border-color: #D6C901;
}
.TagClassName
{
border-color: #D6C901;
}
</style>