Shades of Sorbus #D5663C
Tints of Sorbus #D5663C
RGB
CMYK
RGB Variations
Color information
#D5663C (or 0xD5663C) is known color: Sorbus. HEX triplet: D5, 66 and 3C. RGB value is (213,102,60). Sum of RGB (Red+Green+Blue) = 213+102+60=375 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.8% from 375); Green value is 102 (40.23% from 255 or 27.2% from 375); Blue value is 60 (23.83% from 255 or 16% from 375); Max value from RGB is 213 - color contains mainly: red. Hex color #D5663C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5663C is #2A99C3. Grayscale: #828282. Windows color (decimal): -2791876 or 3958485. OLE color: 3958485.
HSL color Cylindrical-coordinate representation of color #D5663C: hue angle of 16.47º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D5663C is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 60 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.16 |
| HSL | 16.47º | 0.65% | 0.54% | - |
| HSV(B) | 16.47º | 0.72% | 0.84% | - |
| XYZ | 33.01 | 23.98 | 7.16 | - |
| YUV | 130.4 | 88.27 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 60 | 0 | 0.52 | 0.72 | 0.16 | 16.47 | 0.65 | 0.54 |
| Hex | D5 | 66 | 3C | 0 | 34 | 48 | 10 | 10 | 41 | 36 |
| Octal | 325 | 146 | 74 | 0 | 64 | 110 | 20 | 20 | 101 | 66 |
| Binary | 11010101 | 1100110 | 111100 | 0 | 110100 | 1001000 | 10000 | 10000 | 1000001 | 110110 |
Color Harmonies of #D5663C
Complementary color
Monochromatic Colors of #D5663C
Black with #D5663C
Text Example
Text Example
White with #D5663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5663C; }
p { color: rgb(213,102,60); }
H1.HeaderClassName
{
color: #D5663C;
}
.AnyTagClassName
{
color: #D5663C;
}
</style>
background-color css
<style>
a { background-color: #D5663C; }
a { background-color: rgb(213,102,60); }
div.DivClassName
{
background-color: #D5663C;
}
.BgClassName
{
background-color: #D5663C;
}
</style>
border-color css
<style>
span { border-color: #D5663C; }
span { border-color: rgb(213,102,60); }
td.TdClassName
{
border-color: #D5663C;
}
.TagClassName
{
border-color: #D5663C;
}
</style>