Shades of Buttercup #D68722
Tints of Buttercup #D68722
RGB
CMYK
RGB Variations
Color information
#D68722 (or 0xD68722) is known color: Buttercup. HEX triplet: D6, 87 and 22. RGB value is (214,135,34). Sum of RGB (Red+Green+Blue) = 214+135+34=383 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.87% from 383); Green value is 135 (53.12% from 255 or 35.25% from 383); Blue value is 34 (13.67% from 255 or 8.88% from 383); Max value from RGB is 214 - color contains mainly: red. Hex color #D68722 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D68722 is #2978DD. Grayscale: #939393. Windows color (decimal): -2717918 or 2262998. OLE color: 2262998.
HSL color Cylindrical-coordinate representation of color #D68722: hue angle of 33.67º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D68722 is Cyan = 0, Magento = 0.37, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 135 | 34 | - |
| CMYK | 0 | 0.37 | 0.84 | 0.16 |
| HSL | 33.67º | 0.73% | 0.49% | - |
| HSV(B) | 33.67º | 0.84% | 0.84% | - |
| XYZ | 36.68 | 31.74 | 5.71 | - |
| YUV | 147.11 | 64.17 | 175.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 135 | 34 | 0 | 0.37 | 0.84 | 0.16 | 33.67 | 0.73 | 0.49 |
| Hex | D6 | 87 | 22 | 0 | 25 | 54 | 10 | 22 | 49 | 31 |
| Octal | 326 | 207 | 42 | 0 | 45 | 124 | 20 | 42 | 111 | 61 |
| Binary | 11010110 | 10000111 | 100010 | 0 | 100101 | 1010100 | 10000 | 100010 | 1001001 | 110001 |
Color Harmonies of #D68722
Complementary color
Monochromatic Colors of #D68722
Black with #D68722
Text Example
Text Example
White with #D68722
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D68722; }
p { color: rgb(214,135,34); }
H1.HeaderClassName
{
color: #D68722;
}
.AnyTagClassName
{
color: #D68722;
}
</style>
background-color css
<style>
a { background-color: #D68722; }
a { background-color: rgb(214,135,34); }
div.DivClassName
{
background-color: #D68722;
}
.BgClassName
{
background-color: #D68722;
}
</style>
border-color css
<style>
span { border-color: #D68722; }
span { border-color: rgb(214,135,34); }
td.TdClassName
{
border-color: #D68722;
}
.TagClassName
{
border-color: #D68722;
}
</style>