Shades of Sorbus #DC723D
Tints of Sorbus #DC723D
RGB
CMYK
RGB Variations
Color information
#DC723D (or 0xDC723D) is known color: Sorbus. HEX triplet: DC, 72 and 3D. RGB value is (220,114,61). Sum of RGB (Red+Green+Blue) = 220+114+61=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 114 (44.92% from 255 or 28.86% from 395); Blue value is 61 (24.22% from 255 or 15.44% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC723D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DC723D is #238DC2. Grayscale: #8B8B8B. Windows color (decimal): -2330051 or 4027100. OLE color: 4027100.
HSL color Cylindrical-coordinate representation of color #DC723D: hue angle of 20º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC723D is Cyan = 0, Magento = 0.48, Yellow = 0.72 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 114 | 61 | - |
| CMYK | 0 | 0.48 | 0.72 | 0.14 |
| HSL | 20º | 0.69% | 0.55% | - |
| HSV(B) | 20º | 0.72% | 0.86% | - |
| XYZ | 36.37 | 27.59 | 7.82 | - |
| YUV | 139.65 | 83.62 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 114 | 61 | 0 | 0.48 | 0.72 | 0.14 | 20 | 0.69 | 0.55 |
| Hex | DC | 72 | 3D | 0 | 30 | 48 | E | 14 | 45 | 37 |
| Octal | 334 | 162 | 75 | 0 | 60 | 110 | 16 | 24 | 105 | 67 |
| Binary | 11011100 | 1110010 | 111101 | 0 | 110000 | 1001000 | 1110 | 10100 | 1000101 | 110111 |
Color Harmonies of #DC723D
Complementary color
Monochromatic Colors of #DC723D
Black with #DC723D
Text Example
Text Example
White with #DC723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC723D; }
p { color: rgb(220,114,61); }
H1.HeaderClassName
{
color: #DC723D;
}
.AnyTagClassName
{
color: #DC723D;
}
</style>
background-color css
<style>
a { background-color: #DC723D; }
a { background-color: rgb(220,114,61); }
div.DivClassName
{
background-color: #DC723D;
}
.BgClassName
{
background-color: #DC723D;
}
</style>
border-color css
<style>
span { border-color: #DC723D; }
span { border-color: rgb(220,114,61); }
td.TdClassName
{
border-color: #DC723D;
}
.TagClassName
{
border-color: #DC723D;
}
</style>