Shades of Sorbus #D4693D
Tints of Sorbus #D4693D
RGB
CMYK
RGB Variations
Color information
#D4693D (or 0xD4693D) is known color: Sorbus. HEX triplet: D4, 69 and 3D. RGB value is (212,105,61). Sum of RGB (Red+Green+Blue) = 212+105+61=378 (50% of max value = 765). Red value is 212 (83.20% from 255 or 56.08% from 378); Green value is 105 (41.41% from 255 or 27.78% from 378); Blue value is 61 (24.22% from 255 or 16.14% from 378); Max value from RGB is 212 - color contains mainly: red. Hex color #D4693D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D4693D is #2B96C2. Grayscale: #848484. Windows color (decimal): -2856643 or 4024788. OLE color: 4024788.
HSL color Cylindrical-coordinate representation of color #D4693D: hue angle of 17.48º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D4693D is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 105 | 61 | - |
| CMYK | 0 | 0.50 | 0.71 | 0.17 |
| HSL | 17.48º | 0.64% | 0.54% | - |
| HSV(B) | 17.48º | 0.71% | 0.83% | - |
| XYZ | 33.05 | 24.44 | 7.39 | - |
| YUV | 131.98 | 87.95 | 185.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 105 | 61 | 0 | 0.50 | 0.71 | 0.17 | 17.48 | 0.64 | 0.54 |
| Hex | D4 | 69 | 3D | 0 | 32 | 47 | 11 | 11 | 40 | 36 |
| Octal | 324 | 151 | 75 | 0 | 62 | 107 | 21 | 21 | 100 | 66 |
| Binary | 11010100 | 1101001 | 111101 | 0 | 110010 | 1000111 | 10001 | 10001 | 1000000 | 110110 |
Color Harmonies of #D4693D
Complementary color
Monochromatic Colors of #D4693D
Black with #D4693D
Text Example
Text Example
White with #D4693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4693D; }
p { color: rgb(212,105,61); }
H1.HeaderClassName
{
color: #D4693D;
}
.AnyTagClassName
{
color: #D4693D;
}
</style>
background-color css
<style>
a { background-color: #D4693D; }
a { background-color: rgb(212,105,61); }
div.DivClassName
{
background-color: #D4693D;
}
.BgClassName
{
background-color: #D4693D;
}
</style>
border-color css
<style>
span { border-color: #D4693D; }
span { border-color: rgb(212,105,61); }
td.TdClassName
{
border-color: #D4693D;
}
.TagClassName
{
border-color: #D4693D;
}
</style>