Shades of Chocolate #DB650B
Tints of Chocolate #DB650B
RGB
CMYK
RGB Variations
Color information
#DB650B (or 0xDB650B) is known color: Chocolate. HEX triplet: DB, 65 and 0B. RGB value is (219,101,11). Sum of RGB (Red+Green+Blue) = 219+101+11=331 (43% of max value = 765). Red value is 219 (85.94% from 255 or 66.16% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 11 (4.69% from 255 or 3.32% from 331); Max value from RGB is 219 - color contains mainly: red. Hex color #DB650B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #DB650B is #249AF4. Grayscale: #7E7E7E. Windows color (decimal): -2398965 or 746971. OLE color: 746971.
HSL color Cylindrical-coordinate representation of color #DB650B: hue angle of 25.96º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DB650B is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 11 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.14 |
| HSL | 25.96º | 0.9% | 0.45% | - |
| HSV(B) | 25.96º | 0.95% | 0.86% | - |
| XYZ | 33.93 | 24.39 | 3.24 | - |
| YUV | 126.02 | 63.09 | 194.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 11 | 0 | 0.54 | 0.95 | 0.14 | 25.96 | 0.9 | 0.45 |
| Hex | DB | 65 | B | 0 | 36 | 5F | E | 1A | 5A | 2D |
| Octal | 333 | 145 | 13 | 0 | 66 | 137 | 16 | 32 | 132 | 55 |
| Binary | 11011011 | 1100101 | 1011 | 0 | 110110 | 1011111 | 1110 | 11010 | 1011010 | 101101 |
Color Harmonies of #DB650B
Complementary color
Monochromatic Colors of #DB650B
Black with #DB650B
Text Example
Text Example
White with #DB650B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB650B; }
p { color: rgb(219,101,11); }
H1.HeaderClassName
{
color: #DB650B;
}
.AnyTagClassName
{
color: #DB650B;
}
</style>
background-color css
<style>
a { background-color: #DB650B; }
a { background-color: rgb(219,101,11); }
div.DivClassName
{
background-color: #DB650B;
}
.BgClassName
{
background-color: #DB650B;
}
</style>
border-color css
<style>
span { border-color: #DB650B; }
span { border-color: rgb(219,101,11); }
td.TdClassName
{
border-color: #DB650B;
}
.TagClassName
{
border-color: #DB650B;
}
</style>