Shades of Golden Bell #D08138
Tints of Golden Bell #D08138
RGB
CMYK
RGB Variations
Color information
#D08138 (or 0xD08138) is known color: Golden Bell. HEX triplet: D0, 81 and 38. RGB value is (208,129,56). Sum of RGB (Red+Green+Blue) = 208+129+56=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 129 (50.78% from 255 or 32.82% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D08138 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08138 is #2F7EC7. Grayscale: #909090. Windows color (decimal): -3112648 or 3703248. OLE color: 3703248.
HSL color Cylindrical-coordinate representation of color #D08138: hue angle of 28.82º degrees, saturation: 0.62, 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 #D08138 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 129 | 56 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.18 |
| HSL | 28.82º | 0.62% | 0.52% | - |
| HSV(B) | 28.82º | 0.73% | 0.82% | - |
| XYZ | 34.58 | 29.4 | 7.59 | - |
| YUV | 144.3 | 78.17 | 173.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 129 | 56 | 0 | 0.38 | 0.73 | 0.18 | 28.82 | 0.62 | 0.52 |
| Hex | D0 | 81 | 38 | 0 | 26 | 49 | 12 | 1D | 3E | 34 |
| Octal | 320 | 201 | 70 | 0 | 46 | 111 | 22 | 35 | 76 | 64 |
| Binary | 11010000 | 10000001 | 111000 | 0 | 100110 | 1001001 | 10010 | 11101 | 111110 | 110100 |
Color Harmonies of #D08138
Complementary color
Monochromatic Colors of #D08138
Black with #D08138
Text Example
Text Example
White with #D08138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08138; }
p { color: rgb(208,129,56); }
H1.HeaderClassName
{
color: #D08138;
}
.AnyTagClassName
{
color: #D08138;
}
</style>
background-color css
<style>
a { background-color: #D08138; }
a { background-color: rgb(208,129,56); }
div.DivClassName
{
background-color: #D08138;
}
.BgClassName
{
background-color: #D08138;
}
</style>
border-color css
<style>
span { border-color: #D08138; }
span { border-color: rgb(208,129,56); }
td.TdClassName
{
border-color: #D08138;
}
.TagClassName
{
border-color: #D08138;
}
</style>