Shades of Sorbus #DA6632
Tints of Sorbus #DA6632
RGB
CMYK
RGB Variations
Color information
#DA6632 (or 0xDA6632) is known color: Sorbus. HEX triplet: DA, 66 and 32. RGB value is (218,102,50). Sum of RGB (Red+Green+Blue) = 218+102+50=370 (49% of max value = 765). Red value is 218 (85.55% from 255 or 58.92% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 50 (19.92% from 255 or 13.51% from 370); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6632 is #2599CD. Grayscale: #838383. Windows color (decimal): -2464206 or 3303130. OLE color: 3303130.
HSL color Cylindrical-coordinate representation of color #DA6632: hue angle of 18.57º 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 #DA6632 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 102 | 50 | - |
| CMYK | 0 | 0.53 | 0.77 | 0.15 |
| HSL | 18.57º | 0.69% | 0.53% | - |
| HSV(B) | 18.57º | 0.77% | 0.85% | - |
| XYZ | 34.24 | 24.64 | 5.97 | - |
| YUV | 130.76 | 82.43 | 190.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 102 | 50 | 0 | 0.53 | 0.77 | 0.15 | 18.57 | 0.69 | 0.53 |
| Hex | DA | 66 | 32 | 0 | 35 | 4D | F | 13 | 45 | 35 |
| Octal | 332 | 146 | 62 | 0 | 65 | 115 | 17 | 23 | 105 | 65 |
| Binary | 11011010 | 1100110 | 110010 | 0 | 110101 | 1001101 | 1111 | 10011 | 1000101 | 110101 |
Color Harmonies of #DA6632
Complementary color
Monochromatic Colors of #DA6632
Black with #DA6632
Text Example
Text Example
White with #DA6632
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6632; }
p { color: rgb(218,102,50); }
H1.HeaderClassName
{
color: #DA6632;
}
.AnyTagClassName
{
color: #DA6632;
}
</style>
background-color css
<style>
a { background-color: #DA6632; }
a { background-color: rgb(218,102,50); }
div.DivClassName
{
background-color: #DA6632;
}
.BgClassName
{
background-color: #DA6632;
}
</style>
border-color css
<style>
span { border-color: #DA6632; }
span { border-color: rgb(218,102,50); }
td.TdClassName
{
border-color: #DA6632;
}
.TagClassName
{
border-color: #DA6632;
}
</style>