Shades of Chocolate #DD731A
Tints of Chocolate #DD731A
RGB
CMYK
RGB Variations
Color information
#DD731A (or 0xDD731A) is known color: Chocolate. HEX triplet: DD, 73 and 1A. RGB value is (221,115,26). Sum of RGB (Red+Green+Blue) = 221+115+26=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 115 (45.31% from 255 or 31.77% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD731A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD731A is #228CE5. Grayscale: #898989. Windows color (decimal): -2264294 or 1733597. OLE color: 1733597.
HSL color Cylindrical-coordinate representation of color #DD731A: hue angle of 27.38º degrees, saturation: 0.79, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #DD731A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 115 | 26 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.13 |
| HSL | 27.38º | 0.79% | 0.48% | - |
| HSV(B) | 27.38º | 0.88% | 0.87% | - |
| XYZ | 36.14 | 27.71 | 4.42 | - |
| YUV | 136.55 | 65.62 | 188.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 115 | 26 | 0 | 0.48 | 0.88 | 0.13 | 27.38 | 0.79 | 0.48 |
| Hex | DD | 73 | 1A | 0 | 30 | 58 | D | 1B | 4F | 30 |
| Octal | 335 | 163 | 32 | 0 | 60 | 130 | 15 | 33 | 117 | 60 |
| Binary | 11011101 | 1110011 | 11010 | 0 | 110000 | 1011000 | 1101 | 11011 | 1001111 | 110000 |
Color Harmonies of #DD731A
Complementary color
Monochromatic Colors of #DD731A
Black with #DD731A
Text Example
Text Example
White with #DD731A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD731A; }
p { color: rgb(221,115,26); }
H1.HeaderClassName
{
color: #DD731A;
}
.AnyTagClassName
{
color: #DD731A;
}
</style>
background-color css
<style>
a { background-color: #DD731A; }
a { background-color: rgb(221,115,26); }
div.DivClassName
{
background-color: #DD731A;
}
.BgClassName
{
background-color: #DD731A;
}
</style>
border-color css
<style>
span { border-color: #DD731A; }
span { border-color: rgb(221,115,26); }
td.TdClassName
{
border-color: #DD731A;
}
.TagClassName
{
border-color: #DD731A;
}
</style>