Shades of Bird Flower #D6C90D
Tints of Bird Flower #D6C90D
RGB
CMYK
RGB Variations
Color information
#D6C90D (or 0xD6C90D) is known color: Bird Flower. HEX triplet: D6, C9 and 0D. RGB value is (214,201,13). Sum of RGB (Red+Green+Blue) = 214+201+13=428 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50% from 428); Green value is 201 (78.91% from 255 or 46.96% from 428); Blue value is 13 (5.47% from 255 or 3.04% from 428); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C90D is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C90D is #2936F2. Grayscale: #B8B8B8. Windows color (decimal): -2701043 or 903638. OLE color: 903638.
HSL color Cylindrical-coordinate representation of color #D6C90D: hue angle of 56.12º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C90D is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 13 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.16 |
| HSL | 56.12º | 0.89% | 0.45% | - |
| HSV(B) | 56.12º | 0.94% | 0.84% | - |
| XYZ | 48.69 | 56.1 | 8.64 | - |
| YUV | 183.46 | 31.81 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 13 | 0 | 0.06 | 0.94 | 0.16 | 56.12 | 0.89 | 0.45 |
| Hex | D6 | C9 | D | 0 | 6 | 5E | 10 | 38 | 59 | 2D |
| Octal | 326 | 311 | 15 | 0 | 6 | 136 | 20 | 70 | 131 | 55 |
| Binary | 11010110 | 11001001 | 1101 | 0 | 110 | 1011110 | 10000 | 111000 | 1011001 | 101101 |
Color Harmonies of #D6C90D
Complementary color
Monochromatic Colors of #D6C90D
Black with #D6C90D
Text Example
Text Example
White with #D6C90D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C90D; }
p { color: rgb(214,201,13); }
H1.HeaderClassName
{
color: #D6C90D;
}
.AnyTagClassName
{
color: #D6C90D;
}
</style>
background-color css
<style>
a { background-color: #D6C90D; }
a { background-color: rgb(214,201,13); }
div.DivClassName
{
background-color: #D6C90D;
}
.BgClassName
{
background-color: #D6C90D;
}
</style>
border-color css
<style>
span { border-color: #D6C90D; }
span { border-color: rgb(214,201,13); }
td.TdClassName
{
border-color: #D6C90D;
}
.TagClassName
{
border-color: #D6C90D;
}
</style>