#DD6B46

Color #DD6B46 Sorbus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sorbus #DD6B46

Tints of Sorbus #DD6B46

Color information

#DD6B46 (or 0xDD6B46) is unknown color: approx Sorbus. HEX triplet: DD, 6B and 46. RGB value is (221,107,70). Sum of RGB (Red+Green+Blue) = 221+107+70=398 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.53% from 398); Green value is 107 (42.19% from 255 or 26.88% from 398); Blue value is 70 (27.73% from 255 or 17.59% from 398); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B46 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B46 is #2294B9. Grayscale: #898989. Windows color (decimal): -2266298 or 4615133. OLE color: 4615133.

HSL color Cylindrical-coordinate representation of color #DD6B46: hue angle of 14.7º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DD6B46 is Cyan = 0, Magento = 0.52, Yellow = 0.68 and Black (K on CMYK) = 0.13.

Color convert

RGB22110770-
CMYK00.520.680.13
HSL14.7º68.95%57.06%-
HSV(B)14.7º68.33%86.67%-
XYZ36.1826.338.97-
YUV136.8790.27188.01-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 55.53%
GREEN value IS 107 (42.19% from 255) = 26.88%
BLUE value IS 70 (27.73% from 255) = 17.59%
R=55.53%
G=26.88%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.68
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211077000.520.680.1314.768.9557.06
HexDD6B4603444Df4539
Octal335153106064104151710571
Binary110111011101011100011001101001000100110111111000101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B46; }

 p { color: rgb(221,107,70); }

 H1.HeaderClassName
 {
   color: #DD6B46;
 }
 .AnyTagClassName
 {
   color: #DD6B46;
 }
</style>
background-color css

<style>
 a { background-color: #DD6B46; }

 a { background-color: rgb(221,107,70); }

 div.DivClassName
 {
   background-color: #DD6B46;
 }
 .BgClassName
 {
   background-color: #DD6B46;
 }
</style>
border-color css

<style>
 span { border-color: #DD6B46; }

 span { border-color: rgb(221,107,70); }

 td.TdClassName
 {
   border-color: #DD6B46;
 }
 .TagClassName
 {
   border-color: #DD6B46;
 }
</style>