Shades of Golden Bell #D08437
Tints of Golden Bell #D08437
RGB
CMYK
RGB Variations
Color information
#D08437 (or 0xD08437) is known color: Golden Bell. HEX triplet: D0, 84 and 37. RGB value is (208,132,55). Sum of RGB (Red+Green+Blue) = 208+132+55=395 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.66% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 55 (21.88% from 255 or 13.92% from 395); Max value from RGB is 208 - color contains mainly: red. Hex color #D08437 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08437 is #2F7BC8. Grayscale: #929292. Windows color (decimal): -3111881 or 3638480. OLE color: 3638480.
HSL color Cylindrical-coordinate representation of color #D08437: hue angle of 30.2º degrees, saturation: 0.62, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D08437 is Cyan = 0, Magento = 0.37, Yellow = 0.74 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 132 | 55 | - |
| CMYK | 0 | 0.37 | 0.74 | 0.18 |
| HSL | 30.2º | 0.62% | 0.52% | - |
| HSV(B) | 30.2º | 0.74% | 0.82% | - |
| XYZ | 34.95 | 30.19 | 7.6 | - |
| YUV | 145.95 | 76.68 | 172.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 132 | 55 | 0 | 0.37 | 0.74 | 0.18 | 30.2 | 0.62 | 0.52 |
| Hex | D0 | 84 | 37 | 0 | 25 | 4A | 12 | 1E | 3E | 34 |
| Octal | 320 | 204 | 67 | 0 | 45 | 112 | 22 | 36 | 76 | 64 |
| Binary | 11010000 | 10000100 | 110111 | 0 | 100101 | 1001010 | 10010 | 11110 | 111110 | 110100 |
Color Harmonies of #D08437
Complementary color
Monochromatic Colors of #D08437
Black with #D08437
Text Example
Text Example
White with #D08437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08437; }
p { color: rgb(208,132,55); }
H1.HeaderClassName
{
color: #D08437;
}
.AnyTagClassName
{
color: #D08437;
}
</style>
background-color css
<style>
a { background-color: #D08437; }
a { background-color: rgb(208,132,55); }
div.DivClassName
{
background-color: #D08437;
}
.BgClassName
{
background-color: #D08437;
}
</style>
border-color css
<style>
span { border-color: #D08437; }
span { border-color: rgb(208,132,55); }
td.TdClassName
{
border-color: #D08437;
}
.TagClassName
{
border-color: #D08437;
}
</style>