Shades of Buttercup #DA932D
Tints of Buttercup #DA932D
RGB
CMYK
RGB Variations
Color information
#DA932D (or 0xDA932D) is known color: Buttercup. HEX triplet: DA, 93 and 2D. RGB value is (218,147,45). Sum of RGB (Red+Green+Blue) = 218+147+45=410 (54% of max value = 765). Red value is 218 (85.55% from 255 or 53.17% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 218 - color contains mainly: red. Hex color #DA932D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DA932D is #256CD2. Grayscale: #9D9D9D. Windows color (decimal): -2452691 or 2986970. OLE color: 2986970.
HSL color Cylindrical-coordinate representation of color #DA932D: hue angle of 35.38º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DA932D is Cyan = 0, Magento = 0.33, Yellow = 0.79 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 147 | 45 | - |
| CMYK | 0 | 0.33 | 0.79 | 0.15 |
| HSL | 35.38º | 0.7% | 0.52% | - |
| HSV(B) | 35.38º | 0.79% | 0.85% | - |
| XYZ | 39.82 | 35.96 | 7.33 | - |
| YUV | 156.6 | 65.02 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 147 | 45 | 0 | 0.33 | 0.79 | 0.15 | 35.38 | 0.7 | 0.52 |
| Hex | DA | 93 | 2D | 0 | 21 | 4F | F | 23 | 46 | 34 |
| Octal | 332 | 223 | 55 | 0 | 41 | 117 | 17 | 43 | 106 | 64 |
| Binary | 11011010 | 10010011 | 101101 | 0 | 100001 | 1001111 | 1111 | 100011 | 1000110 | 110100 |
Color Harmonies of #DA932D
Complementary color
Monochromatic Colors of #DA932D
Black with #DA932D
Text Example
Text Example
White with #DA932D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA932D; }
p { color: rgb(218,147,45); }
H1.HeaderClassName
{
color: #DA932D;
}
.AnyTagClassName
{
color: #DA932D;
}
</style>
background-color css
<style>
a { background-color: #DA932D; }
a { background-color: rgb(218,147,45); }
div.DivClassName
{
background-color: #DA932D;
}
.BgClassName
{
background-color: #DA932D;
}
</style>
border-color css
<style>
span { border-color: #DA932D; }
span { border-color: rgb(218,147,45); }
td.TdClassName
{
border-color: #DA932D;
}
.TagClassName
{
border-color: #DA932D;
}
</style>