Shades of Chocolate #D05319
Tints of Chocolate #D05319
RGB
CMYK
RGB Variations
Color information
#D05319 (or 0xD05319) is known color: Chocolate. HEX triplet: D0, 53 and 19. RGB value is (208,83,25). Sum of RGB (Red+Green+Blue) = 208+83+25=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 25 (10.16% from 255 or 7.91% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D05319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #D05319 is #2FACE6. Grayscale: #727272. Windows color (decimal): -3124455 or 1659856. OLE color: 1659856.
HSL color Cylindrical-coordinate representation of color #D05319: hue angle of 19.02º 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 #D05319 is Cyan = 0, Magento = 0.60, Yellow = 0.88 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 83 | 25 | - |
| CMYK | 0 | 0.60 | 0.88 | 0.18 |
| HSL | 19.02º | 0.79% | 0.46% | - |
| HSV(B) | 19.02º | 0.88% | 0.82% | - |
| XYZ | 29.28 | 19.67 | 3.17 | - |
| YUV | 113.76 | 77.91 | 195.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 83 | 25 | 0 | 0.60 | 0.88 | 0.18 | 19.02 | 0.79 | 0.46 |
| Hex | D0 | 53 | 19 | 0 | 3C | 58 | 12 | 13 | 4F | 2E |
| Octal | 320 | 123 | 31 | 0 | 74 | 130 | 22 | 23 | 117 | 56 |
| Binary | 11010000 | 1010011 | 11001 | 0 | 111100 | 1011000 | 10010 | 10011 | 1001111 | 101110 |
Color Harmonies of #D05319
Complementary color
Monochromatic Colors of #D05319
Black with #D05319
Text Example
Text Example
White with #D05319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D05319; }
p { color: rgb(208,83,25); }
H1.HeaderClassName
{
color: #D05319;
}
.AnyTagClassName
{
color: #D05319;
}
</style>
background-color css
<style>
a { background-color: #D05319; }
a { background-color: rgb(208,83,25); }
div.DivClassName
{
background-color: #D05319;
}
.BgClassName
{
background-color: #D05319;
}
</style>
border-color css
<style>
span { border-color: #D05319; }
span { border-color: rgb(208,83,25); }
td.TdClassName
{
border-color: #D05319;
}
.TagClassName
{
border-color: #D05319;
}
</style>