Shades of Golden Bell #D08238
Tints of Golden Bell #D08238
RGB
CMYK
RGB Variations
Color information
#D08238 (or 0xD08238) is known color: Golden Bell. HEX triplet: D0, 82 and 38. RGB value is (208,130,56). Sum of RGB (Red+Green+Blue) = 208+130+56=394 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.79% from 394); Green value is 130 (51.17% from 255 or 32.99% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 208 - color contains mainly: red. Hex color #D08238 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #D08238 is #2F7DC7. Grayscale: #919191. Windows color (decimal): -3112392 or 3703504. OLE color: 3703504.
HSL color Cylindrical-coordinate representation of color #D08238: hue angle of 29.21º 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 #D08238 is Cyan = 0, Magento = 0.38, Yellow = 0.73 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 130 | 56 | - |
| CMYK | 0 | 0.38 | 0.73 | 0.18 |
| HSL | 29.21º | 0.62% | 0.52% | - |
| HSV(B) | 29.21º | 0.73% | 0.82% | - |
| XYZ | 34.71 | 29.66 | 7.64 | - |
| YUV | 144.89 | 77.84 | 173.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 130 | 56 | 0 | 0.38 | 0.73 | 0.18 | 29.21 | 0.62 | 0.52 |
| Hex | D0 | 82 | 38 | 0 | 26 | 49 | 12 | 1D | 3E | 34 |
| Octal | 320 | 202 | 70 | 0 | 46 | 111 | 22 | 35 | 76 | 64 |
| Binary | 11010000 | 10000010 | 111000 | 0 | 100110 | 1001001 | 10010 | 11101 | 111110 | 110100 |
Color Harmonies of #D08238
Complementary color
Monochromatic Colors of #D08238
Black with #D08238
Text Example
Text Example
White with #D08238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D08238; }
p { color: rgb(208,130,56); }
H1.HeaderClassName
{
color: #D08238;
}
.AnyTagClassName
{
color: #D08238;
}
</style>
background-color css
<style>
a { background-color: #D08238; }
a { background-color: rgb(208,130,56); }
div.DivClassName
{
background-color: #D08238;
}
.BgClassName
{
background-color: #D08238;
}
</style>
border-color css
<style>
span { border-color: #D08238; }
span { border-color: rgb(208,130,56); }
td.TdClassName
{
border-color: #D08238;
}
.TagClassName
{
border-color: #D08238;
}
</style>