Shades of Golden Bell #D07D3B
Tints of Golden Bell #D07D3B
RGB
CMYK
RGB Variations
Color information
#D07D3B (or 0xD07D3B) is known color: Golden Bell. HEX triplet: D0, 7D and 3B. RGB value is (208,125,59). Sum of RGB (Red+Green+Blue) = 208+125+59=392 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.06% from 392); Green value is 125 (49.22% from 255 or 31.89% from 392); Blue value is 59 (23.44% from 255 or 15.05% from 392); Max value from RGB is 208 - color contains mainly: red. Hex color #D07D3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D07D3B is #2F82C4. Grayscale: #8E8E8E. Windows color (decimal): -3113669 or 3898832. OLE color: 3898832.
HSL color Cylindrical-coordinate representation of color #D07D3B: hue angle of 26.58º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D07D3B is Cyan = 0, Magento = 0.40, Yellow = 0.72 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 125 | 59 | - |
| CMYK | 0 | 0.40 | 0.72 | 0.18 |
| HSL | 26.58º | 0.61% | 0.52% | - |
| HSV(B) | 26.58º | 0.72% | 0.82% | - |
| XYZ | 34.14 | 28.39 | 7.82 | - |
| YUV | 142.29 | 81 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 125 | 59 | 0 | 0.40 | 0.72 | 0.18 | 26.58 | 0.61 | 0.52 |
| Hex | D0 | 7D | 3B | 0 | 28 | 48 | 12 | 1B | 3D | 34 |
| Octal | 320 | 175 | 73 | 0 | 50 | 110 | 22 | 33 | 75 | 64 |
| Binary | 11010000 | 1111101 | 111011 | 0 | 101000 | 1001000 | 10010 | 11011 | 111101 | 110100 |
Color Harmonies of #D07D3B
Complementary color
Monochromatic Colors of #D07D3B
Black with #D07D3B
Text Example
Text Example
White with #D07D3B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07D3B; }
p { color: rgb(208,125,59); }
H1.HeaderClassName
{
color: #D07D3B;
}
.AnyTagClassName
{
color: #D07D3B;
}
</style>
background-color css
<style>
a { background-color: #D07D3B; }
a { background-color: rgb(208,125,59); }
div.DivClassName
{
background-color: #D07D3B;
}
.BgClassName
{
background-color: #D07D3B;
}
</style>
border-color css
<style>
span { border-color: #D07D3B; }
span { border-color: rgb(208,125,59); }
td.TdClassName
{
border-color: #D07D3B;
}
.TagClassName
{
border-color: #D07D3B;
}
</style>