Shades of Bird Flower #D6C90C
Tints of Bird Flower #D6C90C
RGB
CMYK
RGB Variations
Color information
#D6C90C (or 0xD6C90C) is known color: Bird Flower. HEX triplet: D6, C9 and 0C. RGB value is (214,201,12). Sum of RGB (Red+Green+Blue) = 214+201+12=427 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.12% from 427); Green value is 201 (78.91% from 255 or 47.07% from 427); Blue value is 12 (5.08% from 255 or 2.81% from 427); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C90C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C90C is #2936F3. Grayscale: #B8B8B8. Windows color (decimal): -2701044 or 838102. OLE color: 838102.
HSL color Cylindrical-coordinate representation of color #D6C90C: hue angle of 56.14º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D6C90C is Cyan = 0, Magento = 0.06, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 201 | 12 | - |
| CMYK | 0 | 0.06 | 0.94 | 0.16 |
| HSL | 56.14º | 0.89% | 0.44% | - |
| HSV(B) | 56.14º | 0.94% | 0.84% | - |
| XYZ | 48.68 | 56.1 | 8.61 | - |
| YUV | 183.34 | 31.31 | 149.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 201 | 12 | 0 | 0.06 | 0.94 | 0.16 | 56.14 | 0.89 | 0.44 |
| Hex | D6 | C9 | C | 0 | 6 | 5E | 10 | 38 | 59 | 2C |
| Octal | 326 | 311 | 14 | 0 | 6 | 136 | 20 | 70 | 131 | 54 |
| Binary | 11010110 | 11001001 | 1100 | 0 | 110 | 1011110 | 10000 | 111000 | 1011001 | 101100 |
Color Harmonies of #D6C90C
Complementary color
Monochromatic Colors of #D6C90C
Black with #D6C90C
Text Example
Text Example
White with #D6C90C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C90C; }
p { color: rgb(214,201,12); }
H1.HeaderClassName
{
color: #D6C90C;
}
.AnyTagClassName
{
color: #D6C90C;
}
</style>
background-color css
<style>
a { background-color: #D6C90C; }
a { background-color: rgb(214,201,12); }
div.DivClassName
{
background-color: #D6C90C;
}
.BgClassName
{
background-color: #D6C90C;
}
</style>
border-color css
<style>
span { border-color: #D6C90C; }
span { border-color: rgb(214,201,12); }
td.TdClassName
{
border-color: #D6C90C;
}
.TagClassName
{
border-color: #D6C90C;
}
</style>