Shades of Bronze #D67B33
Tints of Bronze #D67B33
RGB
CMYK
RGB Variations
Color information
#D67B33 (or 0xD67B33) is known color: Bronze. HEX triplet: D6, 7B and 33. RGB value is (214,123,51). Sum of RGB (Red+Green+Blue) = 214+123+51=388 (51% of max value = 765). Red value is 214 (83.98% from 255 or 55.15% from 388); Green value is 123 (48.44% from 255 or 31.70% from 388); Blue value is 51 (20.31% from 255 or 13.14% from 388); Max value from RGB is 214 - color contains mainly: red. Hex color #D67B33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D67B33 is #2984CC. Grayscale: #8E8E8E. Windows color (decimal): -2720973 or 3374038. OLE color: 3374038.
HSL color Cylindrical-coordinate representation of color #D67B33: hue angle of 26.5º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D67B33 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 123 | 51 | - |
| CMYK | 0 | 0.43 | 0.76 | 0.16 |
| HSL | 26.5º | 0.67% | 0.52% | - |
| HSV(B) | 26.5º | 0.76% | 0.84% | - |
| XYZ | 35.41 | 28.7 | 6.81 | - |
| YUV | 142 | 76.65 | 179.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 123 | 51 | 0 | 0.43 | 0.76 | 0.16 | 26.5 | 0.67 | 0.52 |
| Hex | D6 | 7B | 33 | 0 | 2B | 4C | 10 | 1B | 43 | 34 |
| Octal | 326 | 173 | 63 | 0 | 53 | 114 | 20 | 33 | 103 | 64 |
| Binary | 11010110 | 1111011 | 110011 | 0 | 101011 | 1001100 | 10000 | 11011 | 1000011 | 110100 |
Color Harmonies of #D67B33
Complementary color
Monochromatic Colors of #D67B33
Black with #D67B33
Text Example
Text Example
White with #D67B33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D67B33; }
p { color: rgb(214,123,51); }
H1.HeaderClassName
{
color: #D67B33;
}
.AnyTagClassName
{
color: #D67B33;
}
</style>
background-color css
<style>
a { background-color: #D67B33; }
a { background-color: rgb(214,123,51); }
div.DivClassName
{
background-color: #D67B33;
}
.BgClassName
{
background-color: #D67B33;
}
</style>
border-color css
<style>
span { border-color: #D67B33; }
span { border-color: rgb(214,123,51); }
td.TdClassName
{
border-color: #D67B33;
}
.TagClassName
{
border-color: #D67B33;
}
</style>