Shades of Buttercup #D69B2F
Tints of Buttercup #D69B2F
RGB
CMYK
RGB Variations
Color information
#D69B2F (or 0xD69B2F) is known color: Buttercup. HEX triplet: D6, 9B and 2F. RGB value is (214,155,47). Sum of RGB (Red+Green+Blue) = 214+155+47=416 (55% of max value = 765). Red value is 214 (83.98% from 255 or 51.44% from 416); Green value is 155 (60.94% from 255 or 37.26% from 416); Blue value is 47 (18.75% from 255 or 11.30% from 416); Max value from RGB is 214 - color contains mainly: red. Hex color #D69B2F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69B2F is #2964D0. Grayscale: #A0A0A0. Windows color (decimal): -2712785 or 3120086. OLE color: 3120086.
HSL color Cylindrical-coordinate representation of color #D69B2F: hue angle of 38.8º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D69B2F is Cyan = 0, Magento = 0.28, Yellow = 0.78 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 155 | 47 | - |
| CMYK | 0 | 0.28 | 0.78 | 0.16 |
| HSL | 38.8º | 0.67% | 0.51% | - |
| HSV(B) | 38.8º | 0.78% | 0.84% | - |
| XYZ | 39.97 | 37.94 | 7.91 | - |
| YUV | 160.33 | 64.05 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 155 | 47 | 0 | 0.28 | 0.78 | 0.16 | 38.8 | 0.67 | 0.51 |
| Hex | D6 | 9B | 2F | 0 | 1C | 4E | 10 | 27 | 43 | 33 |
| Octal | 326 | 233 | 57 | 0 | 34 | 116 | 20 | 47 | 103 | 63 |
| Binary | 11010110 | 10011011 | 101111 | 0 | 11100 | 1001110 | 10000 | 100111 | 1000011 | 110011 |
Color Harmonies of #D69B2F
Complementary color
Monochromatic Colors of #D69B2F
Black with #D69B2F
Text Example
Text Example
White with #D69B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69B2F; }
p { color: rgb(214,155,47); }
H1.HeaderClassName
{
color: #D69B2F;
}
.AnyTagClassName
{
color: #D69B2F;
}
</style>
background-color css
<style>
a { background-color: #D69B2F; }
a { background-color: rgb(214,155,47); }
div.DivClassName
{
background-color: #D69B2F;
}
.BgClassName
{
background-color: #D69B2F;
}
</style>
border-color css
<style>
span { border-color: #D69B2F; }
span { border-color: rgb(214,155,47); }
td.TdClassName
{
border-color: #D69B2F;
}
.TagClassName
{
border-color: #D69B2F;
}
</style>