Shades of Bird Flower #D6C618
Tints of Bird Flower #D6C618
RGB
CMYK
RGB Variations
Color information
#D6C618 (or 0xD6C618) is known color: Bird Flower. HEX triplet: D6, C6 and 18. RGB value is (214,198,24). Sum of RGB (Red+Green+Blue) = 214+198+24=436 (57% of max value = 765). Red value is 214 (83.98% from 255 or 49.08% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 24 (9.77% from 255 or 5.50% from 436); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C618 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #D6C618 is #2939E7. Grayscale: #B7B7B7. Windows color (decimal): -2701800 or 1623766. OLE color: 1623766.
HSL color Cylindrical-coordinate representation of color #D6C618: hue angle of 54.95º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D6C618 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 198 | 24 | - |
| CMYK | 0 | 0.07 | 0.89 | 0.16 |
| HSL | 54.95º | 0.8% | 0.47% | - |
| HSV(B) | 54.95º | 0.89% | 0.84% | - |
| XYZ | 48.09 | 54.75 | 8.9 | - |
| YUV | 182.95 | 38.3 | 150.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 198 | 24 | 0 | 0.07 | 0.89 | 0.16 | 54.95 | 0.8 | 0.47 |
| Hex | D6 | C6 | 18 | 0 | 7 | 59 | 10 | 37 | 50 | 2F |
| Octal | 326 | 306 | 30 | 0 | 7 | 131 | 20 | 67 | 120 | 57 |
| Binary | 11010110 | 11000110 | 11000 | 0 | 111 | 1011001 | 10000 | 110111 | 1010000 | 101111 |
Color Harmonies of #D6C618
Complementary color
Monochromatic Colors of #D6C618
Black with #D6C618
Text Example
Text Example
White with #D6C618
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6C618; }
p { color: rgb(214,198,24); }
H1.HeaderClassName
{
color: #D6C618;
}
.AnyTagClassName
{
color: #D6C618;
}
</style>
background-color css
<style>
a { background-color: #D6C618; }
a { background-color: rgb(214,198,24); }
div.DivClassName
{
background-color: #D6C618;
}
.BgClassName
{
background-color: #D6C618;
}
</style>
border-color css
<style>
span { border-color: #D6C618; }
span { border-color: rgb(214,198,24); }
td.TdClassName
{
border-color: #D6C618;
}
.TagClassName
{
border-color: #D6C618;
}
</style>