Shades of Bronze #D27B33
Tints of Bronze #D27B33
RGB
CMYK
RGB Variations
Color information
#D27B33 (or 0xD27B33) is known color: Bronze. HEX triplet: D2, 7B and 33. RGB value is (210,123,51). Sum of RGB (Red+Green+Blue) = 210+123+51=384 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.69% from 384); Green value is 123 (48.44% from 255 or 32.03% from 384); Blue value is 51 (20.31% from 255 or 13.28% from 384); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27B33 is #2D84CC. Grayscale: #8D8D8D. Windows color (decimal): -2983117 or 3374034. OLE color: 3374034.
HSL color Cylindrical-coordinate representation of color #D27B33: hue angle of 27.17º 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 #D27B33 is Cyan = 0, Magento = 0.41, Yellow = 0.76 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 51 | - |
| CMYK | 0 | 0.41 | 0.76 | 0.18 |
| HSL | 27.17º | 0.64% | 0.51% | - |
| HSV(B) | 27.17º | 0.76% | 0.82% | - |
| XYZ | 34.26 | 28.11 | 6.75 | - |
| YUV | 140.81 | 77.32 | 177.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 51 | 0 | 0.41 | 0.76 | 0.18 | 27.17 | 0.64 | 0.51 |
| Hex | D2 | 7B | 33 | 0 | 29 | 4C | 12 | 1B | 40 | 33 |
| Octal | 322 | 173 | 63 | 0 | 51 | 114 | 22 | 33 | 100 | 63 |
| Binary | 11010010 | 1111011 | 110011 | 0 | 101001 | 1001100 | 10010 | 11011 | 1000000 | 110011 |
Color Harmonies of #D27B33
Complementary color
Monochromatic Colors of #D27B33
Black with #D27B33
Text Example
Text Example
White with #D27B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B33; }
p { color: rgb(210,123,51); }
H1.HeaderClassName
{
color: #D27B33;
}
.AnyTagClassName
{
color: #D27B33;
}
</style>
background-color css
<style>
a { background-color: #D27B33; }
a { background-color: rgb(210,123,51); }
div.DivClassName
{
background-color: #D27B33;
}
.BgClassName
{
background-color: #D27B33;
}
</style>
border-color css
<style>
span { border-color: #D27B33; }
span { border-color: rgb(210,123,51); }
td.TdClassName
{
border-color: #D27B33;
}
.TagClassName
{
border-color: #D27B33;
}
</style>