Shades of Bird Flower #D6C30E
Tints of Bird Flower #D6C30E
RGB
CMYK
RGB Variations
Color information
#D6C30E (or 0xD6C30E) is known color: Bird Flower. HEX triplet: D6, C3 and 0E. RGB value is (214,195,14). Sum of RGB (Red+Green+Blue) = 214+195+14=423 (56% of max value = 765). Red value is 214 (83.98% from 255 or 50.59% from 423); Green value is 195 (76.56% from 255 or 46.10% from 423); Blue value is 14 (5.86% from 255 or 3.31% from 423); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C30E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C30E is #293CF1. Grayscale: #B4B4B4. Windows color (decimal): -2702578 or 967638. OLE color: 967638.
HSL color Cylindrical-coordinate representation of color #D6C30E: hue angle of 54.3º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6C30E is Cyan = 0, Magento = 0.09, Yellow = 0.93 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 14 | - |
| CMYK | 0 | 0.09 | 0.93 | 0.16 |
| HSL | 54.3º | 0.88% | 0.45% | - |
| HSV(B) | 54.3º | 0.93% | 0.84% | - |
| XYZ | 47.33 | 53.36 | 8.22 | - |
| YUV | 180.05 | 34.29 | 152.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 14 | 0 | 0.09 | 0.93 | 0.16 | 54.3 | 0.88 | 0.45 |
| Hex | D6 | C3 | E | 0 | 9 | 5D | 10 | 36 | 58 | 2D |
| Octal | 326 | 303 | 16 | 0 | 11 | 135 | 20 | 66 | 130 | 55 |
| Binary | 11010110 | 11000011 | 1110 | 0 | 1001 | 1011101 | 10000 | 110110 | 1011000 | 101101 |
Color Harmonies of #D6C30E
Complementary color
Monochromatic Colors of #D6C30E
Black with #D6C30E
Text Example
Text Example
White with #D6C30E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C30E; }
p { color: rgb(214,195,14); }
H1.HeaderClassName
{
color: #D6C30E;
}
.AnyTagClassName
{
color: #D6C30E;
}
</style>
background-color css
<style>
a { background-color: #D6C30E; }
a { background-color: rgb(214,195,14); }
div.DivClassName
{
background-color: #D6C30E;
}
.BgClassName
{
background-color: #D6C30E;
}
</style>
border-color css
<style>
span { border-color: #D6C30E; }
span { border-color: rgb(214,195,14); }
td.TdClassName
{
border-color: #D6C30E;
}
.TagClassName
{
border-color: #D6C30E;
}
</style>