Shades of Buttercup #D69125
Tints of Buttercup #D69125
RGB
CMYK
RGB Variations
Color information
#D69125 (or 0xD69125) is known color: Buttercup. HEX triplet: D6, 91 and 25. RGB value is (214,145,37). Sum of RGB (Red+Green+Blue) = 214+145+37=396 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.04% from 396); Green value is 145 (57.03% from 255 or 36.62% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 214 - color contains mainly: red. Hex color #D69125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69125 is #296EDA. Grayscale: #999999. Windows color (decimal): -2715355 or 2462166. OLE color: 2462166.
HSL color Cylindrical-coordinate representation of color #D69125: hue angle of 36.61º 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 #D69125 is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 37 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.16 |
| HSL | 36.61º | 0.71% | 0.49% | - |
| HSV(B) | 36.61º | 0.83% | 0.84% | - |
| XYZ | 38.19 | 34.68 | 6.43 | - |
| YUV | 153.32 | 62.36 | 171.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 37 | 0 | 0.32 | 0.83 | 0.16 | 36.61 | 0.71 | 0.49 |
| Hex | D6 | 91 | 25 | 0 | 20 | 53 | 10 | 25 | 47 | 31 |
| Octal | 326 | 221 | 45 | 0 | 40 | 123 | 20 | 45 | 107 | 61 |
| Binary | 11010110 | 10010001 | 100101 | 0 | 100000 | 1010011 | 10000 | 100101 | 1000111 | 110001 |
Color Harmonies of #D69125
Complementary color
Monochromatic Colors of #D69125
Black with #D69125
Text Example
Text Example
White with #D69125
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69125; }
p { color: rgb(214,145,37); }
H1.HeaderClassName
{
color: #D69125;
}
.AnyTagClassName
{
color: #D69125;
}
</style>
background-color css
<style>
a { background-color: #D69125; }
a { background-color: rgb(214,145,37); }
div.DivClassName
{
background-color: #D69125;
}
.BgClassName
{
background-color: #D69125;
}
</style>
border-color css
<style>
span { border-color: #D69125; }
span { border-color: rgb(214,145,37); }
td.TdClassName
{
border-color: #D69125;
}
.TagClassName
{
border-color: #D69125;
}
</style>