Shades of Sorbus #DA693F
Tints of Sorbus #DA693F
RGB
CMYK
RGB Variations
Color information
#DA693F (or 0xDA693F) is known color: Sorbus. HEX triplet: DA, 69 and 3F. RGB value is (218,105,63). Sum of RGB (Red+Green+Blue) = 218+105+63=386 (51% of max value = 765). Red value is 218 (85.55% from 255 or 56.48% from 386); Green value is 105 (41.41% from 255 or 27.20% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 218 - color contains mainly: red. Hex color #DA693F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA693F is #2596C0. Grayscale: #868686. Windows color (decimal): -2463425 or 4155866. OLE color: 4155866.
HSL color Cylindrical-coordinate representation of color #DA693F: hue angle of 16.26º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DA693F is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 63 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.15 |
| HSL | 16.26º | 0.68% | 0.55% | - |
| HSV(B) | 16.26º | 0.71% | 0.85% | - |
| XYZ | 34.86 | 25.37 | 7.76 | - |
| YUV | 134 | 87.94 | 187.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 63 | 0 | 0.52 | 0.71 | 0.15 | 16.26 | 0.68 | 0.55 |
| Hex | DA | 69 | 3F | 0 | 34 | 47 | F | 10 | 44 | 37 |
| Octal | 332 | 151 | 77 | 0 | 64 | 107 | 17 | 20 | 104 | 67 |
| Binary | 11011010 | 1101001 | 111111 | 0 | 110100 | 1000111 | 1111 | 10000 | 1000100 | 110111 |
Color Harmonies of #DA693F
Complementary color
Monochromatic Colors of #DA693F
Black with #DA693F
Text Example
Text Example
White with #DA693F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA693F; }
p { color: rgb(218,105,63); }
H1.HeaderClassName
{
color: #DA693F;
}
.AnyTagClassName
{
color: #DA693F;
}
</style>
background-color css
<style>
a { background-color: #DA693F; }
a { background-color: rgb(218,105,63); }
div.DivClassName
{
background-color: #DA693F;
}
.BgClassName
{
background-color: #DA693F;
}
</style>
border-color css
<style>
span { border-color: #DA693F; }
span { border-color: rgb(218,105,63); }
td.TdClassName
{
border-color: #DA693F;
}
.TagClassName
{
border-color: #DA693F;
}
</style>