Shades of Sorbus #DA6633
Tints of Sorbus #DA6633
RGB
CMYK
RGB Variations
Color information
#DA6633 (or 0xDA6633) is known color: Sorbus. HEX triplet: DA, 66 and 33. RGB value is (218,102,51). Sum of RGB (Red+Green+Blue) = 218+102+51=371 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.76% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 51 (20.31% from 255 or 13.75% from 371); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6633 is #2599CC. Grayscale: #838383. Windows color (decimal): -2464205 or 3368666. OLE color: 3368666.
HSL color Cylindrical-coordinate representation of color #DA6633: hue angle of 18.32º 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 #DA6633 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 51 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.15 |
| HSL | 18.32º | 0.69% | 0.53% | - |
| HSV(B) | 18.32º | 0.77% | 0.85% | - |
| XYZ | 34.26 | 24.65 | 6.08 | - |
| YUV | 130.87 | 82.93 | 190.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 51 | 0 | 0.53 | 0.77 | 0.15 | 18.32 | 0.69 | 0.53 |
| Hex | DA | 66 | 33 | 0 | 35 | 4D | F | 12 | 45 | 35 |
| Octal | 332 | 146 | 63 | 0 | 65 | 115 | 17 | 22 | 105 | 65 |
| Binary | 11011010 | 1100110 | 110011 | 0 | 110101 | 1001101 | 1111 | 10010 | 1000101 | 110101 |
Color Harmonies of #DA6633
Complementary color
Monochromatic Colors of #DA6633
Black with #DA6633
Text Example
Text Example
White with #DA6633
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6633; }
p { color: rgb(218,102,51); }
H1.HeaderClassName
{
color: #DA6633;
}
.AnyTagClassName
{
color: #DA6633;
}
</style>
background-color css
<style>
a { background-color: #DA6633; }
a { background-color: rgb(218,102,51); }
div.DivClassName
{
background-color: #DA6633;
}
.BgClassName
{
background-color: #DA6633;
}
</style>
border-color css
<style>
span { border-color: #DA6633; }
span { border-color: rgb(218,102,51); }
td.TdClassName
{
border-color: #DA6633;
}
.TagClassName
{
border-color: #DA6633;
}
</style>