Shades of Chocolate #D06319
Tints of Chocolate #D06319
RGB
CMYK
RGB Variations
Color information
#D06319 (or 0xD06319) is known color: Chocolate. HEX triplet: D0, 63 and 19. RGB value is (208,99,25). Sum of RGB (Red+Green+Blue) = 208+99+25=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 99 (39.06% from 255 or 29.82% from 332); Blue value is 25 (10.16% from 255 or 7.53% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D06319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D06319 is #2F9CE6. Grayscale: #7B7B7B. Windows color (decimal): -3120359 or 1663952. OLE color: 1663952.
HSL color Cylindrical-coordinate representation of color #D06319: hue angle of 24.26º degrees, saturation: 0.79, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D06319 is Cyan = 0, Magento = 0.52, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 25 | - |
| CMYK | 0 | 0.52 | 0.88 | 0.18 |
| HSL | 24.26º | 0.79% | 0.46% | - |
| HSV(B) | 24.26º | 0.88% | 0.82% | - |
| XYZ | 30.65 | 22.4 | 3.63 | - |
| YUV | 123.16 | 72.61 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 25 | 0 | 0.52 | 0.88 | 0.18 | 24.26 | 0.79 | 0.46 |
| Hex | D0 | 63 | 19 | 0 | 34 | 58 | 12 | 18 | 4F | 2E |
| Octal | 320 | 143 | 31 | 0 | 64 | 130 | 22 | 30 | 117 | 56 |
| Binary | 11010000 | 1100011 | 11001 | 0 | 110100 | 1011000 | 10010 | 11000 | 1001111 | 101110 |
Color Harmonies of #D06319
Complementary color
Monochromatic Colors of #D06319
Black with #D06319
Text Example
Text Example
White with #D06319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06319; }
p { color: rgb(208,99,25); }
H1.HeaderClassName
{
color: #D06319;
}
.AnyTagClassName
{
color: #D06319;
}
</style>
background-color css
<style>
a { background-color: #D06319; }
a { background-color: rgb(208,99,25); }
div.DivClassName
{
background-color: #D06319;
}
.BgClassName
{
background-color: #D06319;
}
</style>
border-color css
<style>
span { border-color: #D06319; }
span { border-color: rgb(208,99,25); }
td.TdClassName
{
border-color: #D06319;
}
.TagClassName
{
border-color: #D06319;
}
</style>