Shades of Buttercup #D69C32
Tints of Buttercup #D69C32
RGB
CMYK
RGB Variations
Color information
#D69C32 (or 0xD69C32) is known color: Buttercup. HEX triplet: D6, 9C and 32. RGB value is (214,156,50). Sum of RGB (Red+Green+Blue) = 214+156+50=420 (55% of max value = 765). Red value is 214 (83.98% from 255 or 50.95% from 420); Green value is 156 (61.33% from 255 or 37.14% from 420); Blue value is 50 (19.92% from 255 or 11.90% from 420); Max value from RGB is 214 - color contains mainly: red. Hex color #D69C32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D69C32 is #2963CD. Grayscale: #A1A1A1. Windows color (decimal): -2712526 or 3316950. OLE color: 3316950.
HSL color Cylindrical-coordinate representation of color #D69C32: hue angle of 38.78º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D69C32 is Cyan = 0, Magento = 0.27, Yellow = 0.77 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 156 | 50 | - |
| CMYK | 0 | 0.27 | 0.77 | 0.16 |
| HSL | 38.78º | 0.67% | 0.52% | - |
| HSV(B) | 38.78º | 0.77% | 0.84% | - |
| XYZ | 40.2 | 38.3 | 8.29 | - |
| YUV | 161.26 | 65.22 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 156 | 50 | 0 | 0.27 | 0.77 | 0.16 | 38.78 | 0.67 | 0.52 |
| Hex | D6 | 9C | 32 | 0 | 1B | 4D | 10 | 27 | 43 | 34 |
| Octal | 326 | 234 | 62 | 0 | 33 | 115 | 20 | 47 | 103 | 64 |
| Binary | 11010110 | 10011100 | 110010 | 0 | 11011 | 1001101 | 10000 | 100111 | 1000011 | 110100 |
Color Harmonies of #D69C32
Complementary color
Monochromatic Colors of #D69C32
Black with #D69C32
Text Example
Text Example
White with #D69C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D69C32; }
p { color: rgb(214,156,50); }
H1.HeaderClassName
{
color: #D69C32;
}
.AnyTagClassName
{
color: #D69C32;
}
</style>
background-color css
<style>
a { background-color: #D69C32; }
a { background-color: rgb(214,156,50); }
div.DivClassName
{
background-color: #D69C32;
}
.BgClassName
{
background-color: #D69C32;
}
</style>
border-color css
<style>
span { border-color: #D69C32; }
span { border-color: rgb(214,156,50); }
td.TdClassName
{
border-color: #D69C32;
}
.TagClassName
{
border-color: #D69C32;
}
</style>