Shades of Buttercup #D68C29
Tints of Buttercup #D68C29
RGB
CMYK
RGB Variations
Color information
#D68C29 (or 0xD68C29) is known color: Buttercup. HEX triplet: D6, 8C and 29. RGB value is (214,140,41). Sum of RGB (Red+Green+Blue) = 214+140+41=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 140 (55.08% from 255 or 35.44% from 395); Blue value is 41 (16.41% from 255 or 10.38% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68C29 is #2973D6. Grayscale: #979797. Windows color (decimal): -2716631 or 2723030. OLE color: 2723030.
HSL color Cylindrical-coordinate representation of color #D68C29: hue angle of 34.34º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D68C29 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 140 | 41 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.16 |
| HSL | 34.34º | 0.68% | 0.5% | - |
| HSV(B) | 34.34º | 0.81% | 0.84% | - |
| XYZ | 37.51 | 33.21 | 6.53 | - |
| YUV | 150.84 | 66.02 | 173.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 140 | 41 | 0 | 0.35 | 0.81 | 0.16 | 34.34 | 0.68 | 0.5 |
| Hex | D6 | 8C | 29 | 0 | 23 | 51 | 10 | 22 | 44 | 32 |
| Octal | 326 | 214 | 51 | 0 | 43 | 121 | 20 | 42 | 104 | 62 |
| Binary | 11010110 | 10001100 | 101001 | 0 | 100011 | 1010001 | 10000 | 100010 | 1000100 | 110010 |
Color Harmonies of #D68C29
Complementary color
Monochromatic Colors of #D68C29
Black with #D68C29
Text Example
Text Example
White with #D68C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68C29; }
p { color: rgb(214,140,41); }
H1.HeaderClassName
{
color: #D68C29;
}
.AnyTagClassName
{
color: #D68C29;
}
</style>
background-color css
<style>
a { background-color: #D68C29; }
a { background-color: rgb(214,140,41); }
div.DivClassName
{
background-color: #D68C29;
}
.BgClassName
{
background-color: #D68C29;
}
</style>
border-color css
<style>
span { border-color: #D68C29; }
span { border-color: rgb(214,140,41); }
td.TdClassName
{
border-color: #D68C29;
}
.TagClassName
{
border-color: #D68C29;
}
</style>