Shades of Sorbus #D5663B
Tints of Sorbus #D5663B
RGB
CMYK
RGB Variations
Color information
#D5663B (or 0xD5663B) is known color: Sorbus. HEX triplet: D5, 66 and 3B. RGB value is (213,102,59). Sum of RGB (Red+Green+Blue) = 213+102+59=374 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.95% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 59 (23.44% from 255 or 15.78% from 374); Max value from RGB is 213 - color contains mainly: red. Hex color #D5663B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5663B is #2A99C4. Grayscale: #828282. Windows color (decimal): -2791877 or 3892949. OLE color: 3892949.
HSL color Cylindrical-coordinate representation of color #D5663B: hue angle of 16.75º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5663B is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 59 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.16 |
| HSL | 16.75º | 0.65% | 0.53% | - |
| HSV(B) | 16.75º | 0.72% | 0.84% | - |
| XYZ | 32.98 | 23.96 | 7.03 | - |
| YUV | 130.29 | 87.77 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 59 | 0 | 0.52 | 0.72 | 0.16 | 16.75 | 0.65 | 0.53 |
| Hex | D5 | 66 | 3B | 0 | 34 | 48 | 10 | 11 | 41 | 35 |
| Octal | 325 | 146 | 73 | 0 | 64 | 110 | 20 | 21 | 101 | 65 |
| Binary | 11010101 | 1100110 | 111011 | 0 | 110100 | 1001000 | 10000 | 10001 | 1000001 | 110101 |
Color Harmonies of #D5663B
Complementary color
Monochromatic Colors of #D5663B
Black with #D5663B
Text Example
Text Example
White with #D5663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5663B; }
p { color: rgb(213,102,59); }
H1.HeaderClassName
{
color: #D5663B;
}
.AnyTagClassName
{
color: #D5663B;
}
</style>
background-color css
<style>
a { background-color: #D5663B; }
a { background-color: rgb(213,102,59); }
div.DivClassName
{
background-color: #D5663B;
}
.BgClassName
{
background-color: #D5663B;
}
</style>
border-color css
<style>
span { border-color: #D5663B; }
span { border-color: rgb(213,102,59); }
td.TdClassName
{
border-color: #D5663B;
}
.TagClassName
{
border-color: #D5663B;
}
</style>