Shades of Sorbus #DA6636
Tints of Sorbus #DA6636
RGB
CMYK
RGB Variations
Color information
#DA6636 (or 0xDA6636) is known color: Sorbus. HEX triplet: DA, 66 and 36. RGB value is (218,102,54). Sum of RGB (Red+Green+Blue) = 218+102+54=374 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.29% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 54 (21.48% from 255 or 14.44% from 374); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6636 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6636 is #2599C9. Grayscale: #838383. Windows color (decimal): -2464202 or 3565274. OLE color: 3565274.
HSL color Cylindrical-coordinate representation of color #DA6636: hue angle of 17.56º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DA6636 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 54 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.15 |
| HSL | 17.56º | 0.69% | 0.53% | - |
| HSV(B) | 17.56º | 0.75% | 0.85% | - |
| XYZ | 34.33 | 24.67 | 6.44 | - |
| YUV | 131.21 | 84.43 | 189.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 54 | 0 | 0.53 | 0.75 | 0.15 | 17.56 | 0.69 | 0.53 |
| Hex | DA | 66 | 36 | 0 | 35 | 4B | F | 12 | 45 | 35 |
| Octal | 332 | 146 | 66 | 0 | 65 | 113 | 17 | 22 | 105 | 65 |
| Binary | 11011010 | 1100110 | 110110 | 0 | 110101 | 1001011 | 1111 | 10010 | 1000101 | 110101 |
Color Harmonies of #DA6636
Complementary color
Monochromatic Colors of #DA6636
Black with #DA6636
Text Example
Text Example
White with #DA6636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6636; }
p { color: rgb(218,102,54); }
H1.HeaderClassName
{
color: #DA6636;
}
.AnyTagClassName
{
color: #DA6636;
}
</style>
background-color css
<style>
a { background-color: #DA6636; }
a { background-color: rgb(218,102,54); }
div.DivClassName
{
background-color: #DA6636;
}
.BgClassName
{
background-color: #DA6636;
}
</style>
border-color css
<style>
span { border-color: #DA6636; }
span { border-color: rgb(218,102,54); }
td.TdClassName
{
border-color: #DA6636;
}
.TagClassName
{
border-color: #DA6636;
}
</style>