Shades of Buttercup #D69123
Tints of Buttercup #D69123
RGB
CMYK
RGB Variations
Color information
#D69123 (or 0xD69123) is known color: Buttercup. HEX triplet: D6, 91 and 23. RGB value is (214,145,35). Sum of RGB (Red+Green+Blue) = 214+145+35=394 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.31% from 394); Green value is 145 (57.03% from 255 or 36.80% from 394); Blue value is 35 (14.06% from 255 or 8.88% from 394); Max value from RGB is 214 - color contains mainly: red. Hex color #D69123 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69123 is #296EDC. Grayscale: #999999. Windows color (decimal): -2715357 or 2331094. OLE color: 2331094.
HSL color Cylindrical-coordinate representation of color #D69123: hue angle of 36.87º degrees, saturation: 0.72, 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 #D69123 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 145 | 35 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.16 |
| HSL | 36.87º | 0.72% | 0.49% | - |
| HSV(B) | 36.87º | 0.84% | 0.84% | - |
| XYZ | 38.16 | 34.67 | 6.27 | - |
| YUV | 153.09 | 61.36 | 171.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 145 | 35 | 0 | 0.32 | 0.84 | 0.16 | 36.87 | 0.72 | 0.49 |
| Hex | D6 | 91 | 23 | 0 | 20 | 54 | 10 | 25 | 48 | 31 |
| Octal | 326 | 221 | 43 | 0 | 40 | 124 | 20 | 45 | 110 | 61 |
| Binary | 11010110 | 10010001 | 100011 | 0 | 100000 | 1010100 | 10000 | 100101 | 1001000 | 110001 |
Color Harmonies of #D69123
Complementary color
Monochromatic Colors of #D69123
Black with #D69123
Text Example
Text Example
White with #D69123
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69123; }
p { color: rgb(214,145,35); }
H1.HeaderClassName
{
color: #D69123;
}
.AnyTagClassName
{
color: #D69123;
}
</style>
background-color css
<style>
a { background-color: #D69123; }
a { background-color: rgb(214,145,35); }
div.DivClassName
{
background-color: #D69123;
}
.BgClassName
{
background-color: #D69123;
}
</style>
border-color css
<style>
span { border-color: #D69123; }
span { border-color: rgb(214,145,35); }
td.TdClassName
{
border-color: #D69123;
}
.TagClassName
{
border-color: #D69123;
}
</style>