Shades of Bird Flower #D6C30C
Tints of Bird Flower #D6C30C
RGB
CMYK
RGB Variations
Color information
#D6C30C (or 0xD6C30C) is known color: Bird Flower. HEX triplet: D6, C3 and 0C. RGB value is (214,195,12). Sum of RGB (Red+Green+Blue) = 214+195+12=421 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.83% from 421); Green value is 195 (76.56% from 255 or 46.32% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C30C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C30C is #293CF3. Grayscale: #B4B4B4. Windows color (decimal): -2702580 or 836566. OLE color: 836566.
HSL color Cylindrical-coordinate representation of color #D6C30C: hue angle of 54.36º 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 #D6C30C is Cyan = 0, Magento = 0.09, Yellow = 0.94 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 195 | 12 | - |
| CMYK | 0 | 0.09 | 0.94 | 0.16 |
| HSL | 54.36º | 0.89% | 0.44% | - |
| HSV(B) | 54.36º | 0.94% | 0.84% | - |
| XYZ | 47.31 | 53.35 | 8.15 | - |
| YUV | 179.82 | 33.29 | 152.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 195 | 12 | 0 | 0.09 | 0.94 | 0.16 | 54.36 | 0.89 | 0.44 |
| Hex | D6 | C3 | C | 0 | 9 | 5E | 10 | 36 | 59 | 2C |
| Octal | 326 | 303 | 14 | 0 | 11 | 136 | 20 | 66 | 131 | 54 |
| Binary | 11010110 | 11000011 | 1100 | 0 | 1001 | 1011110 | 10000 | 110110 | 1011001 | 101100 |
Color Harmonies of #D6C30C
Complementary color
Monochromatic Colors of #D6C30C
Black with #D6C30C
Text Example
Text Example
White with #D6C30C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C30C; }
p { color: rgb(214,195,12); }
H1.HeaderClassName
{
color: #D6C30C;
}
.AnyTagClassName
{
color: #D6C30C;
}
</style>
background-color css
<style>
a { background-color: #D6C30C; }
a { background-color: rgb(214,195,12); }
div.DivClassName
{
background-color: #D6C30C;
}
.BgClassName
{
background-color: #D6C30C;
}
</style>
border-color css
<style>
span { border-color: #D6C30C; }
span { border-color: rgb(214,195,12); }
td.TdClassName
{
border-color: #D6C30C;
}
.TagClassName
{
border-color: #D6C30C;
}
</style>