Shades of Bronze #DA7F31
Tints of Bronze #DA7F31
RGB
CMYK
RGB Variations
Color information
#DA7F31 (or 0xDA7F31) is known color: Bronze. HEX triplet: DA, 7F and 31. RGB value is (218,127,49). Sum of RGB (Red+Green+Blue) = 218+127+49=394 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.33% from 394); Green value is 127 (50% from 255 or 32.23% from 394); Blue value is 49 (19.53% from 255 or 12.44% from 394); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F31 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA7F31 is #2580CE. Grayscale: #919191. Windows color (decimal): -2457807 or 3243994. OLE color: 3243994.
HSL color Cylindrical-coordinate representation of color #DA7F31: hue angle of 27.69º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DA7F31 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 127 | 49 | - |
| CMYK | 0 | 0.42 | 0.78 | 0.15 |
| HSL | 27.69º | 0.7% | 0.52% | - |
| HSV(B) | 27.69º | 0.78% | 0.85% | - |
| XYZ | 37.06 | 30.31 | 6.8 | - |
| YUV | 145.32 | 73.65 | 179.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 127 | 49 | 0 | 0.42 | 0.78 | 0.15 | 27.69 | 0.7 | 0.52 |
| Hex | DA | 7F | 31 | 0 | 2A | 4E | F | 1C | 46 | 34 |
| Octal | 332 | 177 | 61 | 0 | 52 | 116 | 17 | 34 | 106 | 64 |
| Binary | 11011010 | 1111111 | 110001 | 0 | 101010 | 1001110 | 1111 | 11100 | 1000110 | 110100 |
Color Harmonies of #DA7F31
Complementary color
Monochromatic Colors of #DA7F31
Black with #DA7F31
Text Example
Text Example
White with #DA7F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA7F31; }
p { color: rgb(218,127,49); }
H1.HeaderClassName
{
color: #DA7F31;
}
.AnyTagClassName
{
color: #DA7F31;
}
</style>
background-color css
<style>
a { background-color: #DA7F31; }
a { background-color: rgb(218,127,49); }
div.DivClassName
{
background-color: #DA7F31;
}
.BgClassName
{
background-color: #DA7F31;
}
</style>
border-color css
<style>
span { border-color: #DA7F31; }
span { border-color: rgb(218,127,49); }
td.TdClassName
{
border-color: #DA7F31;
}
.TagClassName
{
border-color: #DA7F31;
}
</style>