Shades of Bird Flower #D6C800
Tints of Bird Flower #D6C800
RGB
CMYK
RGB Variations
Color information
#D6C800 (or 0xD6C800) is known color: Bird Flower. HEX triplet: D6, C8 and 00. RGB value is (214,200,0). Sum of RGB (Red+Green+Blue) = 214+200+0=414 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.69% from 414); Green value is 200 (78.52% from 255 or 48.31% from 414); Blue value is 0 (0.39% from 255 or 0% from 414); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C800 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C800 is #2937FF. Grayscale: #B6B6B6. Windows color (decimal): -2701312 or 51414. OLE color: 51414.
HSL color Cylindrical-coordinate representation of color #D6C800: hue angle of 56.07º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D6C800 is Cyan = 0, Magento = 0.07, Yellow = 1 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 200 | 0 | - |
| CMYK | 0 | 0.07 | 1 | 0.16 |
| HSL | 56.07º | 1% | 0.42% | - |
| HSV(B) | 56.07º | 1% | 0.84% | - |
| XYZ | 48.39 | 55.6 | 8.18 | - |
| YUV | 181.39 | 25.64 | 151.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 200 | 0 | 0 | 0.07 | 1 | 0.16 | 56.07 | 1 | 0.42 |
| Hex | D6 | C8 | 0 | 0 | 7 | 64 | 10 | 38 | 64 | 2A |
| Octal | 326 | 310 | 0 | 0 | 7 | 144 | 20 | 70 | 144 | 52 |
| Binary | 11010110 | 11001000 | 0 | 0 | 111 | 1100100 | 10000 | 111000 | 1100100 | 101010 |
Color Harmonies of #D6C800
Complementary color
Monochromatic Colors of #D6C800
Black with #D6C800
Text Example
Text Example
White with #D6C800
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C800; }
p { color: rgb(214,200,0); }
H1.HeaderClassName
{
color: #D6C800;
}
.AnyTagClassName
{
color: #D6C800;
}
</style>
background-color css
<style>
a { background-color: #D6C800; }
a { background-color: rgb(214,200,0); }
div.DivClassName
{
background-color: #D6C800;
}
.BgClassName
{
background-color: #D6C800;
}
</style>
border-color css
<style>
span { border-color: #D6C800; }
span { border-color: rgb(214,200,0); }
td.TdClassName
{
border-color: #D6C800;
}
.TagClassName
{
border-color: #D6C800;
}
</style>