Shades of Buttercup #D68C24
Tints of Buttercup #D68C24
RGB
CMYK
RGB Variations
Color information
#D68C24 (or 0xD68C24) is known color: Buttercup. HEX triplet: D6, 8C and 24. RGB value is (214,140,36). Sum of RGB (Red+Green+Blue) = 214+140+36=390 (51% of max value = 765). Red value is 214 (83.98% from 255 or 54.87% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 36 (14.45% from 255 or 9.23% from 390); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C24 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C24 is #2973DB. Grayscale: #969696. Windows color (decimal): -2716636 or 2395350. OLE color: 2395350.
HSL color Cylindrical-coordinate representation of color #D68C24: hue angle of 35.06º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D68C24 is Cyan = 0, Magento = 0.35, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 36 | - |
| CMYK | 0 | 0.35 | 0.83 | 0.16 |
| HSL | 35.06º | 0.71% | 0.49% | - |
| HSV(B) | 35.06º | 0.83% | 0.84% | - |
| XYZ | 37.43 | 33.18 | 6.1 | - |
| YUV | 150.27 | 63.52 | 173.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 36 | 0 | 0.35 | 0.83 | 0.16 | 35.06 | 0.71 | 0.49 |
| Hex | D6 | 8C | 24 | 0 | 23 | 53 | 10 | 23 | 47 | 31 |
| Octal | 326 | 214 | 44 | 0 | 43 | 123 | 20 | 43 | 107 | 61 |
| Binary | 11010110 | 10001100 | 100100 | 0 | 100011 | 1010011 | 10000 | 100011 | 1000111 | 110001 |
Color Harmonies of #D68C24
Complementary color
Monochromatic Colors of #D68C24
Black with #D68C24
Text Example
Text Example
White with #D68C24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C24; }
p { color: rgb(214,140,36); }
H1.HeaderClassName
{
color: #D68C24;
}
.AnyTagClassName
{
color: #D68C24;
}
</style>
background-color css
<style>
a { background-color: #D68C24; }
a { background-color: rgb(214,140,36); }
div.DivClassName
{
background-color: #D68C24;
}
.BgClassName
{
background-color: #D68C24;
}
</style>
border-color css
<style>
span { border-color: #D68C24; }
span { border-color: rgb(214,140,36); }
td.TdClassName
{
border-color: #D68C24;
}
.TagClassName
{
border-color: #D68C24;
}
</style>