Shades of Sorbus #DA6833
Tints of Sorbus #DA6833
RGB
CMYK
RGB Variations
Color information
#DA6833 (or 0xDA6833) is known color: Sorbus. HEX triplet: DA, 68 and 33. RGB value is (218,104,51). Sum of RGB (Red+Green+Blue) = 218+104+51=373 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.45% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6833 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6833 is #2597CC. Grayscale: #848484. Windows color (decimal): -2463693 or 3369178. OLE color: 3369178.
HSL color Cylindrical-coordinate representation of color #DA6833: hue angle of 19.04º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #DA6833 is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 51 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.15 |
| HSL | 19.04º | 0.69% | 0.53% | - |
| HSV(B) | 19.04º | 0.77% | 0.85% | - |
| XYZ | 34.46 | 25.05 | 6.15 | - |
| YUV | 132.04 | 82.27 | 189.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 51 | 0 | 0.52 | 0.77 | 0.15 | 19.04 | 0.69 | 0.53 |
| Hex | DA | 68 | 33 | 0 | 34 | 4D | F | 13 | 45 | 35 |
| Octal | 332 | 150 | 63 | 0 | 64 | 115 | 17 | 23 | 105 | 65 |
| Binary | 11011010 | 1101000 | 110011 | 0 | 110100 | 1001101 | 1111 | 10011 | 1000101 | 110101 |
Color Harmonies of #DA6833
Complementary color
Monochromatic Colors of #DA6833
Black with #DA6833
Text Example
Text Example
White with #DA6833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6833; }
p { color: rgb(218,104,51); }
H1.HeaderClassName
{
color: #DA6833;
}
.AnyTagClassName
{
color: #DA6833;
}
</style>
background-color css
<style>
a { background-color: #DA6833; }
a { background-color: rgb(218,104,51); }
div.DivClassName
{
background-color: #DA6833;
}
.BgClassName
{
background-color: #DA6833;
}
</style>
border-color css
<style>
span { border-color: #DA6833; }
span { border-color: rgb(218,104,51); }
td.TdClassName
{
border-color: #DA6833;
}
.TagClassName
{
border-color: #DA6833;
}
</style>