Shades of Buttercup #D68A29
Tints of Buttercup #D68A29
RGB
CMYK
RGB Variations
Color information
#D68A29 (or 0xD68A29) is known color: Buttercup. HEX triplet: D6, 8A and 29. RGB value is (214,138,41). Sum of RGB (Red+Green+Blue) = 214+138+41=393 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.45% from 393); Green value is 138 (54.30% from 255 or 35.11% from 393); Blue value is 41 (16.41% from 255 or 10.43% from 393); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A29 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68A29 is #2975D6. Grayscale: #969696. Windows color (decimal): -2717143 or 2722518. OLE color: 2722518.
HSL color Cylindrical-coordinate representation of color #D68A29: hue angle of 33.64º 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 #D68A29 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 138 | 41 | - |
| CMYK | 0 | 0.36 | 0.81 | 0.16 |
| HSL | 33.64º | 0.68% | 0.5% | - |
| HSV(B) | 33.64º | 0.81% | 0.84% | - |
| XYZ | 37.22 | 32.63 | 6.43 | - |
| YUV | 149.67 | 66.68 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 138 | 41 | 0 | 0.36 | 0.81 | 0.16 | 33.64 | 0.68 | 0.5 |
| Hex | D6 | 8A | 29 | 0 | 24 | 51 | 10 | 22 | 44 | 32 |
| Octal | 326 | 212 | 51 | 0 | 44 | 121 | 20 | 42 | 104 | 62 |
| Binary | 11010110 | 10001010 | 101001 | 0 | 100100 | 1010001 | 10000 | 100010 | 1000100 | 110010 |
Color Harmonies of #D68A29
Complementary color
Monochromatic Colors of #D68A29
Black with #D68A29
Text Example
Text Example
White with #D68A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68A29; }
p { color: rgb(214,138,41); }
H1.HeaderClassName
{
color: #D68A29;
}
.AnyTagClassName
{
color: #D68A29;
}
</style>
background-color css
<style>
a { background-color: #D68A29; }
a { background-color: rgb(214,138,41); }
div.DivClassName
{
background-color: #D68A29;
}
.BgClassName
{
background-color: #D68A29;
}
</style>
border-color css
<style>
span { border-color: #D68A29; }
span { border-color: rgb(214,138,41); }
td.TdClassName
{
border-color: #D68A29;
}
.TagClassName
{
border-color: #D68A29;
}
</style>