Shades of Bird Flower #D8C60C
Tints of Bird Flower #D8C60C
RGB
CMYK
RGB Variations
Color information
#D8C60C (or 0xD8C60C) is known color: Bird Flower. HEX triplet: D8, C6 and 0C. RGB value is (216,198,12). Sum of RGB (Red+Green+Blue) = 216+198+12=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 198 (77.73% from 255 or 46.48% from 426); Blue value is 12 (5.08% from 255 or 2.82% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C60C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D8C60C is #2739F3. Grayscale: #B6B6B6. Windows color (decimal): -2570740 or 837336. OLE color: 837336.
HSL color Cylindrical-coordinate representation of color #D8C60C: hue angle of 54.71º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D8C60C is Cyan = 0, Magento = 0.08, Yellow = 0.94 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 198 | 12 | - |
| CMYK | 0 | 0.08 | 0.94 | 0.15 |
| HSL | 54.71º | 0.89% | 0.45% | - |
| HSV(B) | 54.71º | 0.94% | 0.85% | - |
| XYZ | 48.58 | 55.01 | 8.41 | - |
| YUV | 182.18 | 31.96 | 152.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 198 | 12 | 0 | 0.08 | 0.94 | 0.15 | 54.71 | 0.89 | 0.45 |
| Hex | D8 | C6 | C | 0 | 8 | 5E | F | 37 | 59 | 2D |
| Octal | 330 | 306 | 14 | 0 | 10 | 136 | 17 | 67 | 131 | 55 |
| Binary | 11011000 | 11000110 | 1100 | 0 | 1000 | 1011110 | 1111 | 110111 | 1011001 | 101101 |
Color Harmonies of #D8C60C
Complementary color
Monochromatic Colors of #D8C60C
Black with #D8C60C
Text Example
Text Example
White with #D8C60C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8C60C; }
p { color: rgb(216,198,12); }
H1.HeaderClassName
{
color: #D8C60C;
}
.AnyTagClassName
{
color: #D8C60C;
}
</style>
background-color css
<style>
a { background-color: #D8C60C; }
a { background-color: rgb(216,198,12); }
div.DivClassName
{
background-color: #D8C60C;
}
.BgClassName
{
background-color: #D8C60C;
}
</style>
border-color css
<style>
span { border-color: #D8C60C; }
span { border-color: rgb(216,198,12); }
td.TdClassName
{
border-color: #D8C60C;
}
.TagClassName
{
border-color: #D8C60C;
}
</style>