Shades of Chocolate #DD651C
Tints of Chocolate #DD651C
RGB
CMYK
RGB Variations
Color information
#DD651C (or 0xDD651C) is known color: Chocolate. HEX triplet: DD, 65 and 1C. RGB value is (221,101,28). Sum of RGB (Red+Green+Blue) = 221+101+28=350 (46% of max value = 765). Red value is 221 (86.72% from 255 or 63.14% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 28 (11.33% from 255 or 8% from 350); Max value from RGB is 221 - color contains mainly: red. Hex color #DD651C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD651C is #229AE3. Grayscale: #808080. Windows color (decimal): -2267876 or 1861085. OLE color: 1861085.
HSL color Cylindrical-coordinate representation of color #DD651C: hue angle of 22.69º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DD651C is Cyan = 0, Magento = 0.54, Yellow = 0.87 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 101 | 28 | - |
| CMYK | 0 | 0.54 | 0.87 | 0.13 |
| HSL | 22.69º | 0.78% | 0.49% | - |
| HSV(B) | 22.69º | 0.87% | 0.87% | - |
| XYZ | 34.68 | 24.76 | 4.05 | - |
| YUV | 128.56 | 71.26 | 193.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 101 | 28 | 0 | 0.54 | 0.87 | 0.13 | 22.69 | 0.78 | 0.49 |
| Hex | DD | 65 | 1C | 0 | 36 | 57 | D | 17 | 4E | 31 |
| Octal | 335 | 145 | 34 | 0 | 66 | 127 | 15 | 27 | 116 | 61 |
| Binary | 11011101 | 1100101 | 11100 | 0 | 110110 | 1010111 | 1101 | 10111 | 1001110 | 110001 |
Color Harmonies of #DD651C
Complementary color
Monochromatic Colors of #DD651C
Black with #DD651C
Text Example
Text Example
White with #DD651C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD651C; }
p { color: rgb(221,101,28); }
H1.HeaderClassName
{
color: #DD651C;
}
.AnyTagClassName
{
color: #DD651C;
}
</style>
background-color css
<style>
a { background-color: #DD651C; }
a { background-color: rgb(221,101,28); }
div.DivClassName
{
background-color: #DD651C;
}
.BgClassName
{
background-color: #DD651C;
}
</style>
border-color css
<style>
span { border-color: #DD651C; }
span { border-color: rgb(221,101,28); }
td.TdClassName
{
border-color: #DD651C;
}
.TagClassName
{
border-color: #DD651C;
}
</style>