Shades of Buttercup #D69B2C
Tints of Buttercup #D69B2C
RGB
CMYK
RGB Variations
Color information
#D69B2C (or 0xD69B2C) is known color: Buttercup. HEX triplet: D6, 9B and 2C. RGB value is (214,155,44). Sum of RGB (Red+Green+Blue) = 214+155+44=413 (54% of max value = 765). Red value is 214 (83.98% from 255 or 51.82% from 413); Green value is 155 (60.94% from 255 or 37.53% from 413); Blue value is 44 (17.58% from 255 or 10.65% from 413); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B2C is #2964D3. Grayscale: #A0A0A0. Windows color (decimal): -2712788 or 2923478. OLE color: 2923478.
HSL color Cylindrical-coordinate representation of color #D69B2C: hue angle of 39.18º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D69B2C is Cyan = 0, Magento = 0.28, Yellow = 0.79 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 44 | - |
| CMYK | 0 | 0.28 | 0.79 | 0.16 |
| HSL | 39.18º | 0.67% | 0.51% | - |
| HSV(B) | 39.18º | 0.79% | 0.84% | - |
| XYZ | 39.91 | 37.92 | 7.6 | - |
| YUV | 159.99 | 62.55 | 166.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 44 | 0 | 0.28 | 0.79 | 0.16 | 39.18 | 0.67 | 0.51 |
| Hex | D6 | 9B | 2C | 0 | 1C | 4F | 10 | 27 | 43 | 33 |
| Octal | 326 | 233 | 54 | 0 | 34 | 117 | 20 | 47 | 103 | 63 |
| Binary | 11010110 | 10011011 | 101100 | 0 | 11100 | 1001111 | 10000 | 100111 | 1000011 | 110011 |
Color Harmonies of #D69B2C
Complementary color
Monochromatic Colors of #D69B2C
Black with #D69B2C
Text Example
Text Example
White with #D69B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B2C; }
p { color: rgb(214,155,44); }
H1.HeaderClassName
{
color: #D69B2C;
}
.AnyTagClassName
{
color: #D69B2C;
}
</style>
background-color css
<style>
a { background-color: #D69B2C; }
a { background-color: rgb(214,155,44); }
div.DivClassName
{
background-color: #D69B2C;
}
.BgClassName
{
background-color: #D69B2C;
}
</style>
border-color css
<style>
span { border-color: #D69B2C; }
span { border-color: rgb(214,155,44); }
td.TdClassName
{
border-color: #D69B2C;
}
.TagClassName
{
border-color: #D69B2C;
}
</style>