Shades of Sorbus #DA703D
Tints of Sorbus #DA703D
RGB
CMYK
RGB Variations
Color information
#DA703D (or 0xDA703D) is known color: Sorbus. HEX triplet: DA, 70 and 3D. RGB value is (218,112,61). Sum of RGB (Red+Green+Blue) = 218+112+61=391 (51% of max value = 765). Red value is 218 (85.55% from 255 or 55.75% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 61 (24.22% from 255 or 15.60% from 391); Max value from RGB is 218 - color contains mainly: red. Hex color #DA703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA703D is #258FC2. Grayscale: #8A8A8A. Windows color (decimal): -2461635 or 4026586. OLE color: 4026586.
HSL color Cylindrical-coordinate representation of color #DA703D: hue angle of 19.49º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA703D is Cyan = 0, Magento = 0.49, Yellow = 0.72 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 112 | 61 | - |
| CMYK | 0 | 0.49 | 0.72 | 0.15 |
| HSL | 19.49º | 0.68% | 0.55% | - |
| HSV(B) | 19.49º | 0.72% | 0.85% | - |
| XYZ | 35.55 | 26.83 | 7.72 | - |
| YUV | 137.88 | 84.62 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 112 | 61 | 0 | 0.49 | 0.72 | 0.15 | 19.49 | 0.68 | 0.55 |
| Hex | DA | 70 | 3D | 0 | 31 | 48 | F | 13 | 44 | 37 |
| Octal | 332 | 160 | 75 | 0 | 61 | 110 | 17 | 23 | 104 | 67 |
| Binary | 11011010 | 1110000 | 111101 | 0 | 110001 | 1001000 | 1111 | 10011 | 1000100 | 110111 |
Color Harmonies of #DA703D
Complementary color
Monochromatic Colors of #DA703D
Black with #DA703D
Text Example
Text Example
White with #DA703D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA703D; }
p { color: rgb(218,112,61); }
H1.HeaderClassName
{
color: #DA703D;
}
.AnyTagClassName
{
color: #DA703D;
}
</style>
background-color css
<style>
a { background-color: #DA703D; }
a { background-color: rgb(218,112,61); }
div.DivClassName
{
background-color: #DA703D;
}
.BgClassName
{
background-color: #DA703D;
}
</style>
border-color css
<style>
span { border-color: #DA703D; }
span { border-color: rgb(218,112,61); }
td.TdClassName
{
border-color: #DA703D;
}
.TagClassName
{
border-color: #DA703D;
}
</style>