Shades of Sorbus #DA6A45
Tints of Sorbus #DA6A45
RGB
CMYK
RGB Variations
Color information
#DA6A45 (or 0xDA6A45) is known color: Sorbus. HEX triplet: DA, 6A and 45. RGB value is (218,106,69). Sum of RGB (Red+Green+Blue) = 218+106+69=393 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.47% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 69 (27.34% from 255 or 17.56% from 393); Max value from RGB is 218 - color contains mainly: red. Hex color #DA6A45 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DA6A45 is #2595BA. Grayscale: #878787. Windows color (decimal): -2463163 or 4549338. OLE color: 4549338.
HSL color Cylindrical-coordinate representation of color #DA6A45: hue angle of 14.9º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DA6A45 is Cyan = 0, Magento = 0.51, Yellow = 0.68 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 106 | 69 | - |
| CMYK | 0 | 0.51 | 0.68 | 0.15 |
| HSL | 14.9º | 0.67% | 0.56% | - |
| HSV(B) | 14.9º | 0.68% | 0.85% | - |
| XYZ | 35.14 | 25.64 | 8.73 | - |
| YUV | 135.27 | 90.61 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 106 | 69 | 0 | 0.51 | 0.68 | 0.15 | 14.9 | 0.67 | 0.56 |
| Hex | DA | 6A | 45 | 0 | 33 | 44 | F | F | 43 | 38 |
| Octal | 332 | 152 | 105 | 0 | 63 | 104 | 17 | 17 | 103 | 70 |
| Binary | 11011010 | 1101010 | 1000101 | 0 | 110011 | 1000100 | 1111 | 1111 | 1000011 | 111000 |
Color Harmonies of #DA6A45
Complementary color
Monochromatic Colors of #DA6A45
Black with #DA6A45
Text Example
Text Example
White with #DA6A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA6A45; }
p { color: rgb(218,106,69); }
H1.HeaderClassName
{
color: #DA6A45;
}
.AnyTagClassName
{
color: #DA6A45;
}
</style>
background-color css
<style>
a { background-color: #DA6A45; }
a { background-color: rgb(218,106,69); }
div.DivClassName
{
background-color: #DA6A45;
}
.BgClassName
{
background-color: #DA6A45;
}
</style>
border-color css
<style>
span { border-color: #DA6A45; }
span { border-color: rgb(218,106,69); }
td.TdClassName
{
border-color: #DA6A45;
}
.TagClassName
{
border-color: #DA6A45;
}
</style>