Shades of Bronze #D27833
Tints of Bronze #D27833
RGB
CMYK
RGB Variations
Color information
#D27833 (or 0xD27833) is known color: Bronze. HEX triplet: D2, 78 and 33. RGB value is (210,120,51). Sum of RGB (Red+Green+Blue) = 210+120+51=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 120 (47.27% from 255 or 31.50% from 381); Blue value is 51 (20.31% from 255 or 13.39% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D27833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27833 is #2D87CC. Grayscale: #8B8B8B. Windows color (decimal): -2983885 or 3373266. OLE color: 3373266.
HSL color Cylindrical-coordinate representation of color #D27833: hue angle of 26.04º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D27833 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 51 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.18 |
| HSL | 26.04º | 0.64% | 0.51% | - |
| HSV(B) | 26.04º | 0.76% | 0.82% | - |
| XYZ | 33.89 | 27.37 | 6.63 | - |
| YUV | 139.04 | 78.32 | 178.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 51 | 0 | 0.43 | 0.76 | 0.18 | 26.04 | 0.64 | 0.51 |
| Hex | D2 | 78 | 33 | 0 | 2B | 4C | 12 | 1A | 40 | 33 |
| Octal | 322 | 170 | 63 | 0 | 53 | 114 | 22 | 32 | 100 | 63 |
| Binary | 11010010 | 1111000 | 110011 | 0 | 101011 | 1001100 | 10010 | 11010 | 1000000 | 110011 |
Color Harmonies of #D27833
Complementary color
Monochromatic Colors of #D27833
Black with #D27833
Text Example
Text Example
White with #D27833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27833; }
p { color: rgb(210,120,51); }
H1.HeaderClassName
{
color: #D27833;
}
.AnyTagClassName
{
color: #D27833;
}
</style>
background-color css
<style>
a { background-color: #D27833; }
a { background-color: rgb(210,120,51); }
div.DivClassName
{
background-color: #D27833;
}
.BgClassName
{
background-color: #D27833;
}
</style>
border-color css
<style>
span { border-color: #D27833; }
span { border-color: rgb(210,120,51); }
td.TdClassName
{
border-color: #D27833;
}
.TagClassName
{
border-color: #D27833;
}
</style>