Shades of Buttercup #D69726
Tints of Buttercup #D69726
RGB
CMYK
RGB Variations
Color information
#D69726 (or 0xD69726) is known color: Buttercup. HEX triplet: D6, 97 and 26. RGB value is (214,151,38). Sum of RGB (Red+Green+Blue) = 214+151+38=403 (53% of max value = 765). Red value is 214 (83.98% from 255 or 53.10% from 403); Green value is 151 (59.38% from 255 or 37.47% from 403); Blue value is 38 (15.23% from 255 or 9.43% from 403); Max value from RGB is 214 - color contains mainly: red. Hex color #D69726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69726 is #2968D9. Grayscale: #9D9D9D. Windows color (decimal): -2713818 or 2529238. OLE color: 2529238.
HSL color Cylindrical-coordinate representation of color #D69726: hue angle of 38.52º degrees, saturation: 0.7, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D69726 is Cyan = 0, Magento = 0.29, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 151 | 38 | - |
| CMYK | 0 | 0.29 | 0.82 | 0.16 |
| HSL | 38.52º | 0.7% | 0.49% | - |
| HSV(B) | 38.52º | 0.82% | 0.84% | - |
| XYZ | 39.15 | 36.57 | 6.83 | - |
| YUV | 156.96 | 60.87 | 168.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 151 | 38 | 0 | 0.29 | 0.82 | 0.16 | 38.52 | 0.7 | 0.49 |
| Hex | D6 | 97 | 26 | 0 | 1D | 52 | 10 | 27 | 46 | 31 |
| Octal | 326 | 227 | 46 | 0 | 35 | 122 | 20 | 47 | 106 | 61 |
| Binary | 11010110 | 10010111 | 100110 | 0 | 11101 | 1010010 | 10000 | 100111 | 1000110 | 110001 |
Color Harmonies of #D69726
Complementary color
Monochromatic Colors of #D69726
Black with #D69726
Text Example
Text Example
White with #D69726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69726; }
p { color: rgb(214,151,38); }
H1.HeaderClassName
{
color: #D69726;
}
.AnyTagClassName
{
color: #D69726;
}
</style>
background-color css
<style>
a { background-color: #D69726; }
a { background-color: rgb(214,151,38); }
div.DivClassName
{
background-color: #D69726;
}
.BgClassName
{
background-color: #D69726;
}
</style>
border-color css
<style>
span { border-color: #D69726; }
span { border-color: rgb(214,151,38); }
td.TdClassName
{
border-color: #D69726;
}
.TagClassName
{
border-color: #D69726;
}
</style>