Shades of Sorbus #D5663D
Tints of Sorbus #D5663D
RGB
CMYK
RGB Variations
Color information
#D5663D (or 0xD5663D) is known color: Sorbus. HEX triplet: D5, 66 and 3D. RGB value is (213,102,61). Sum of RGB (Red+Green+Blue) = 213+102+61=376 (49% of max value = 765). Red value is 213 (83.59% from 255 or 56.65% from 376); Green value is 102 (40.23% from 255 or 27.13% from 376); Blue value is 61 (24.22% from 255 or 16.22% from 376); Max value from RGB is 213 - color contains mainly: red. Hex color #D5663D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D5663D is #2A99C2. Grayscale: #828282. Windows color (decimal): -2791875 or 4024021. OLE color: 4024021.
HSL color Cylindrical-coordinate representation of color #D5663D: hue angle of 16.18º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D5663D is Cyan = 0, Magento = 0.52, Yellow = 0.71 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 61 | - |
| CMYK | 0 | 0.52 | 0.71 | 0.16 |
| HSL | 16.18º | 0.64% | 0.54% | - |
| HSV(B) | 16.18º | 0.71% | 0.84% | - |
| XYZ | 33.03 | 23.99 | 7.3 | - |
| YUV | 130.52 | 88.77 | 186.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 61 | 0 | 0.52 | 0.71 | 0.16 | 16.18 | 0.64 | 0.54 |
| Hex | D5 | 66 | 3D | 0 | 34 | 47 | 10 | 10 | 40 | 36 |
| Octal | 325 | 146 | 75 | 0 | 64 | 107 | 20 | 20 | 100 | 66 |
| Binary | 11010101 | 1100110 | 111101 | 0 | 110100 | 1000111 | 10000 | 10000 | 1000000 | 110110 |
Color Harmonies of #D5663D
Complementary color
Monochromatic Colors of #D5663D
Black with #D5663D
Text Example
Text Example
White with #D5663D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5663D; }
p { color: rgb(213,102,61); }
H1.HeaderClassName
{
color: #D5663D;
}
.AnyTagClassName
{
color: #D5663D;
}
</style>
background-color css
<style>
a { background-color: #D5663D; }
a { background-color: rgb(213,102,61); }
div.DivClassName
{
background-color: #D5663D;
}
.BgClassName
{
background-color: #D5663D;
}
</style>
border-color css
<style>
span { border-color: #D5663D; }
span { border-color: rgb(213,102,61); }
td.TdClassName
{
border-color: #D5663D;
}
.TagClassName
{
border-color: #D5663D;
}
</style>