Shades of Buttercup #D69226
Tints of Buttercup #D69226
RGB
CMYK
RGB Variations
Color information
#D69226 (or 0xD69226) is known color: Buttercup. HEX triplet: D6, 92 and 26. RGB value is (214,146,38). Sum of RGB (Red+Green+Blue) = 214+146+38=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 146 (57.42% from 255 or 36.68% from 398); Blue value is 38 (15.23% from 255 or 9.55% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69226 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69226 is #296DD9. Grayscale: #9A9A9A. Windows color (decimal): -2715098 or 2527958. OLE color: 2527958.
HSL color Cylindrical-coordinate representation of color #D69226: hue angle of 36.82º 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 #D69226 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 38 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.16 |
| HSL | 36.82º | 0.7% | 0.49% | - |
| HSV(B) | 36.82º | 0.82% | 0.84% | - |
| XYZ | 38.36 | 34.99 | 6.57 | - |
| YUV | 154.02 | 62.53 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 38 | 0 | 0.32 | 0.82 | 0.16 | 36.82 | 0.7 | 0.49 |
| Hex | D6 | 92 | 26 | 0 | 20 | 52 | 10 | 25 | 46 | 31 |
| Octal | 326 | 222 | 46 | 0 | 40 | 122 | 20 | 45 | 106 | 61 |
| Binary | 11010110 | 10010010 | 100110 | 0 | 100000 | 1010010 | 10000 | 100101 | 1000110 | 110001 |
Color Harmonies of #D69226
Complementary color
Monochromatic Colors of #D69226
Black with #D69226
Text Example
Text Example
White with #D69226
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69226; }
p { color: rgb(214,146,38); }
H1.HeaderClassName
{
color: #D69226;
}
.AnyTagClassName
{
color: #D69226;
}
</style>
background-color css
<style>
a { background-color: #D69226; }
a { background-color: rgb(214,146,38); }
div.DivClassName
{
background-color: #D69226;
}
.BgClassName
{
background-color: #D69226;
}
</style>
border-color css
<style>
span { border-color: #D69226; }
span { border-color: rgb(214,146,38); }
td.TdClassName
{
border-color: #D69226;
}
.TagClassName
{
border-color: #D69226;
}
</style>