Shades of Buttercup #D69325
Tints of Buttercup #D69325
RGB
CMYK
RGB Variations
Color information
#D69325 (or 0xD69325) is known color: Buttercup. HEX triplet: D6, 93 and 25. RGB value is (214,147,37). Sum of RGB (Red+Green+Blue) = 214+147+37=398 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.77% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 214 - color contains mainly: red. Hex color #D69325 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69325 is #296CDA. Grayscale: #9B9B9B. Windows color (decimal): -2714843 or 2462678. OLE color: 2462678.
HSL color Cylindrical-coordinate representation of color #D69325: hue angle of 37.29º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D69325 is Cyan = 0, Magento = 0.31, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 147 | 37 | - |
| CMYK | 0 | 0.31 | 0.83 | 0.16 |
| HSL | 37.29º | 0.71% | 0.49% | - |
| HSV(B) | 37.29º | 0.83% | 0.84% | - |
| XYZ | 38.5 | 35.3 | 6.53 | - |
| YUV | 154.49 | 61.7 | 170.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 147 | 37 | 0 | 0.31 | 0.83 | 0.16 | 37.29 | 0.71 | 0.49 |
| Hex | D6 | 93 | 25 | 0 | 1F | 53 | 10 | 25 | 47 | 31 |
| Octal | 326 | 223 | 45 | 0 | 37 | 123 | 20 | 45 | 107 | 61 |
| Binary | 11010110 | 10010011 | 100101 | 0 | 11111 | 1010011 | 10000 | 100101 | 1000111 | 110001 |
Color Harmonies of #D69325
Complementary color
Monochromatic Colors of #D69325
Black with #D69325
Text Example
Text Example
White with #D69325
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69325; }
p { color: rgb(214,147,37); }
H1.HeaderClassName
{
color: #D69325;
}
.AnyTagClassName
{
color: #D69325;
}
</style>
background-color css
<style>
a { background-color: #D69325; }
a { background-color: rgb(214,147,37); }
div.DivClassName
{
background-color: #D69325;
}
.BgClassName
{
background-color: #D69325;
}
</style>
border-color css
<style>
span { border-color: #D69325; }
span { border-color: rgb(214,147,37); }
td.TdClassName
{
border-color: #D69325;
}
.TagClassName
{
border-color: #D69325;
}
</style>