Shades of Buttercup #D68A18
Tints of Buttercup #D68A18
RGB
CMYK
RGB Variations
Color information
#D68A18 (or 0xD68A18) is known color: Buttercup. HEX triplet: D6, 8A and 18. RGB value is (214,138,24). Sum of RGB (Red+Green+Blue) = 214+138+24=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 24 (9.77% from 255 or 6.38% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #D68A18 is #2975E7. Grayscale: #949494. Windows color (decimal): -2717160 or 1608406. OLE color: 1608406.
HSL color Cylindrical-coordinate representation of color #D68A18: hue angle of 36º 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 #D68A18 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 24 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.16 |
| HSL | 36º | 0.8% | 0.47% | - |
| HSV(B) | 36º | 0.89% | 0.84% | - |
| XYZ | 36.98 | 32.54 | 5.2 | - |
| YUV | 147.73 | 58.18 | 175.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 24 | 0 | 0.36 | 0.89 | 0.16 | 36 | 0.8 | 0.47 |
| Hex | D6 | 8A | 18 | 0 | 24 | 59 | 10 | 24 | 50 | 2F |
| Octal | 326 | 212 | 30 | 0 | 44 | 131 | 20 | 44 | 120 | 57 |
| Binary | 11010110 | 10001010 | 11000 | 0 | 100100 | 1011001 | 10000 | 100100 | 1010000 | 101111 |
Color Harmonies of #D68A18
Complementary color
Monochromatic Colors of #D68A18
Black with #D68A18
Text Example
Text Example
White with #D68A18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A18; }
p { color: rgb(214,138,24); }
H1.HeaderClassName
{
color: #D68A18;
}
.AnyTagClassName
{
color: #D68A18;
}
</style>
background-color css
<style>
a { background-color: #D68A18; }
a { background-color: rgb(214,138,24); }
div.DivClassName
{
background-color: #D68A18;
}
.BgClassName
{
background-color: #D68A18;
}
</style>
border-color css
<style>
span { border-color: #D68A18; }
span { border-color: rgb(214,138,24); }
td.TdClassName
{
border-color: #D68A18;
}
.TagClassName
{
border-color: #D68A18;
}
</style>