Shades of Bronze #D27B38
Tints of Bronze #D27B38
RGB
CMYK
RGB Variations
Color information
#D27B38 (or 0xD27B38) is known color: Bronze. HEX triplet: D2, 7B and 38. RGB value is (210,123,56). Sum of RGB (Red+Green+Blue) = 210+123+56=389 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.98% from 389); Green value is 123 (48.44% from 255 or 31.62% from 389); Blue value is 56 (22.27% from 255 or 14.40% from 389); Max value from RGB is 210 - color contains mainly: red. Hex color #D27B38 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D27B38 is #2D84C7. Grayscale: #8D8D8D. Windows color (decimal): -2983112 or 3701714. OLE color: 3701714.
HSL color Cylindrical-coordinate representation of color #D27B38: hue angle of 26.1º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D27B38 is Cyan = 0, Magento = 0.41, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 123 | 56 | - |
| CMYK | 0 | 0.41 | 0.73 | 0.18 |
| HSL | 26.1º | 0.63% | 0.52% | - |
| HSV(B) | 26.1º | 0.73% | 0.82% | - |
| XYZ | 34.38 | 28.15 | 7.36 | - |
| YUV | 141.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 123 | 56 | 0 | 0.41 | 0.73 | 0.18 | 26.1 | 0.63 | 0.52 |
| Hex | D2 | 7B | 38 | 0 | 29 | 49 | 12 | 1A | 3F | 34 |
| Octal | 322 | 173 | 70 | 0 | 51 | 111 | 22 | 32 | 77 | 64 |
| Binary | 11010010 | 1111011 | 111000 | 0 | 101001 | 1001001 | 10010 | 11010 | 111111 | 110100 |
Color Harmonies of #D27B38
Complementary color
Monochromatic Colors of #D27B38
Black with #D27B38
Text Example
Text Example
White with #D27B38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27B38; }
p { color: rgb(210,123,56); }
H1.HeaderClassName
{
color: #D27B38;
}
.AnyTagClassName
{
color: #D27B38;
}
</style>
background-color css
<style>
a { background-color: #D27B38; }
a { background-color: rgb(210,123,56); }
div.DivClassName
{
background-color: #D27B38;
}
.BgClassName
{
background-color: #D27B38;
}
</style>
border-color css
<style>
span { border-color: #D27B38; }
span { border-color: rgb(210,123,56); }
td.TdClassName
{
border-color: #D27B38;
}
.TagClassName
{
border-color: #D27B38;
}
</style>