Shades of Sorbus #DA693A
Tints of Sorbus #DA693A
RGB
CMYK
RGB Variations
Color information
#DA693A (or 0xDA693A) is known color: Sorbus. HEX triplet: DA, 69 and 3A. RGB value is (218,105,58). Sum of RGB (Red+Green+Blue) = 218+105+58=381 (50% of max value = 765). Red value is 218 (85.55% from 255 or 57.22% from 381); Green value is 105 (41.41% from 255 or 27.56% from 381); Blue value is 58 (23.05% from 255 or 15.22% from 381); Max value from RGB is 218 - color contains mainly: red. Hex color #DA693A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA693A is #2596C5. Grayscale: #858585. Windows color (decimal): -2463430 or 3828186. OLE color: 3828186.
HSL color Cylindrical-coordinate representation of color #DA693A: hue angle of 17.62º degrees, saturation: 0.68, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DA693A is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 58 | - |
| CMYK | 0 | 0.52 | 0.73 | 0.15 |
| HSL | 17.63º | 0.68% | 0.54% | - |
| HSV(B) | 17.63º | 0.73% | 0.85% | - |
| XYZ | 34.73 | 25.31 | 7.06 | - |
| YUV | 133.43 | 85.44 | 188.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 58 | 0 | 0.52 | 0.73 | 0.15 | 17.63 | 0.68 | 0.54 |
| Hex | DA | 69 | 3A | 0 | 34 | 49 | F | 12 | 44 | 36 |
| Octal | 332 | 151 | 72 | 0 | 64 | 111 | 17 | 22 | 104 | 66 |
| Binary | 11011010 | 1101001 | 111010 | 0 | 110100 | 1001001 | 1111 | 10010 | 1000100 | 110110 |
Color Harmonies of #DA693A
Complementary color
Monochromatic Colors of #DA693A
Black with #DA693A
Text Example
Text Example
White with #DA693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA693A; }
p { color: rgb(218,105,58); }
H1.HeaderClassName
{
color: #DA693A;
}
.AnyTagClassName
{
color: #DA693A;
}
</style>
background-color css
<style>
a { background-color: #DA693A; }
a { background-color: rgb(218,105,58); }
div.DivClassName
{
background-color: #DA693A;
}
.BgClassName
{
background-color: #DA693A;
}
</style>
border-color css
<style>
span { border-color: #DA693A; }
span { border-color: rgb(218,105,58); }
td.TdClassName
{
border-color: #DA693A;
}
.TagClassName
{
border-color: #DA693A;
}
</style>