Shades of Buttercup #D69223
Tints of Buttercup #D69223
RGB
CMYK
RGB Variations
Color information
#D69223 (or 0xD69223) is known color: Buttercup. HEX triplet: D6, 92 and 23. RGB value is (214,146,35). Sum of RGB (Red+Green+Blue) = 214+146+35=395 (52% of max value = 765). Red value is 214 (83.98% from 255 or 54.18% from 395); Green value is 146 (57.42% from 255 or 36.96% from 395); Blue value is 35 (14.06% from 255 or 8.86% from 395); Max value from RGB is 214 - color contains mainly: red. Hex color #D69223 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69223 is #296DDC. Grayscale: #9A9A9A. Windows color (decimal): -2715101 or 2331350. OLE color: 2331350.
HSL color Cylindrical-coordinate representation of color #D69223: hue angle of 37.21º 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 #D69223 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 146 | 35 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.16 |
| HSL | 37.21º | 0.72% | 0.49% | - |
| HSV(B) | 37.21º | 0.84% | 0.84% | - |
| XYZ | 38.31 | 34.98 | 6.32 | - |
| YUV | 153.68 | 61.03 | 171.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 146 | 35 | 0 | 0.32 | 0.84 | 0.16 | 37.21 | 0.72 | 0.49 |
| Hex | D6 | 92 | 23 | 0 | 20 | 54 | 10 | 25 | 48 | 31 |
| Octal | 326 | 222 | 43 | 0 | 40 | 124 | 20 | 45 | 110 | 61 |
| Binary | 11010110 | 10010010 | 100011 | 0 | 100000 | 1010100 | 10000 | 100101 | 1001000 | 110001 |
Color Harmonies of #D69223
Complementary color
Monochromatic Colors of #D69223
Black with #D69223
Text Example
Text Example
White with #D69223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69223; }
p { color: rgb(214,146,35); }
H1.HeaderClassName
{
color: #D69223;
}
.AnyTagClassName
{
color: #D69223;
}
</style>
background-color css
<style>
a { background-color: #D69223; }
a { background-color: rgb(214,146,35); }
div.DivClassName
{
background-color: #D69223;
}
.BgClassName
{
background-color: #D69223;
}
</style>
border-color css
<style>
span { border-color: #D69223; }
span { border-color: rgb(214,146,35); }
td.TdClassName
{
border-color: #D69223;
}
.TagClassName
{
border-color: #D69223;
}
</style>