Shades of Buttercup #D69422
Tints of Buttercup #D69422
RGB
CMYK
RGB Variations
Color information
#D69422 (or 0xD69422) is known color: Buttercup. HEX triplet: D6, 94 and 22. RGB value is (214,148,34). Sum of RGB (Red+Green+Blue) = 214+148+34=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 148 (58.20% from 255 or 37.37% from 396); Blue value is 34 (13.67% from 255 or 8.59% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69422 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69422 is #296BDD. Grayscale: #9B9B9B. Windows color (decimal): -2714590 or 2266326. OLE color: 2266326.
HSL color Cylindrical-coordinate representation of color #D69422: hue angle of 38º 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 #D69422 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 148 | 34 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.16 |
| HSL | 38º | 0.73% | 0.49% | - |
| HSV(B) | 38º | 0.84% | 0.84% | - |
| XYZ | 38.61 | 35.59 | 6.35 | - |
| YUV | 154.74 | 59.87 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 148 | 34 | 0 | 0.31 | 0.84 | 0.16 | 38 | 0.73 | 0.49 |
| Hex | D6 | 94 | 22 | 0 | 1F | 54 | 10 | 26 | 49 | 31 |
| Octal | 326 | 224 | 42 | 0 | 37 | 124 | 20 | 46 | 111 | 61 |
| Binary | 11010110 | 10010100 | 100010 | 0 | 11111 | 1010100 | 10000 | 100110 | 1001001 | 110001 |
Color Harmonies of #D69422
Complementary color
Monochromatic Colors of #D69422
Black with #D69422
Text Example
Text Example
White with #D69422
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69422; }
p { color: rgb(214,148,34); }
H1.HeaderClassName
{
color: #D69422;
}
.AnyTagClassName
{
color: #D69422;
}
</style>
background-color css
<style>
a { background-color: #D69422; }
a { background-color: rgb(214,148,34); }
div.DivClassName
{
background-color: #D69422;
}
.BgClassName
{
background-color: #D69422;
}
</style>
border-color css
<style>
span { border-color: #D69422; }
span { border-color: rgb(214,148,34); }
td.TdClassName
{
border-color: #D69422;
}
.TagClassName
{
border-color: #D69422;
}
</style>