Shades of Chocolate #D0641B
Tints of Chocolate #D0641B
RGB
CMYK
RGB Variations
Color information
#D0641B (or 0xD0641B) is known color: Chocolate. HEX triplet: D0, 64 and 1B. RGB value is (208,100,27). Sum of RGB (Red+Green+Blue) = 208+100+27=335 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.09% from 335); Green value is 100 (39.45% from 255 or 29.85% from 335); Blue value is 27 (10.94% from 255 or 8.06% from 335); Max value from RGB is 208 - color contains mainly: red. Hex color #D0641B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D0641B is #2F9BE4. Grayscale: #7C7C7C. Windows color (decimal): -3120101 or 1795280. OLE color: 1795280.
HSL color Cylindrical-coordinate representation of color #D0641B: hue angle of 24.2º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D0641B is Cyan = 0, Magento = 0.52, Yellow = 0.87 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 100 | 27 | - |
| CMYK | 0 | 0.52 | 0.87 | 0.18 |
| HSL | 24.2º | 0.77% | 0.46% | - |
| HSV(B) | 24.2º | 0.87% | 0.82% | - |
| XYZ | 30.77 | 22.6 | 3.78 | - |
| YUV | 123.97 | 73.28 | 187.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 100 | 27 | 0 | 0.52 | 0.87 | 0.18 | 24.2 | 0.77 | 0.46 |
| Hex | D0 | 64 | 1B | 0 | 34 | 57 | 12 | 18 | 4D | 2E |
| Octal | 320 | 144 | 33 | 0 | 64 | 127 | 22 | 30 | 115 | 56 |
| Binary | 11010000 | 1100100 | 11011 | 0 | 110100 | 1010111 | 10010 | 11000 | 1001101 | 101110 |
Color Harmonies of #D0641B
Complementary color
Monochromatic Colors of #D0641B
Black with #D0641B
Text Example
Text Example
White with #D0641B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0641B; }
p { color: rgb(208,100,27); }
H1.HeaderClassName
{
color: #D0641B;
}
.AnyTagClassName
{
color: #D0641B;
}
</style>
background-color css
<style>
a { background-color: #D0641B; }
a { background-color: rgb(208,100,27); }
div.DivClassName
{
background-color: #D0641B;
}
.BgClassName
{
background-color: #D0641B;
}
</style>
border-color css
<style>
span { border-color: #D0641B; }
span { border-color: rgb(208,100,27); }
td.TdClassName
{
border-color: #D0641B;
}
.TagClassName
{
border-color: #D0641B;
}
</style>