#dd6d42

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

Shades of Sorbus #DD6D42

Tints of Sorbus #DD6D42

Color information

#DD6D42 (or 0xDD6D42) is unknown color: approx Sorbus. HEX triplet: DD, 6D and 42. RGB value is (221,109,66). Sum of RGB (Red+Green+Blue) = 221+109+66=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 109 (42.97% from 255 or 27.53% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D42 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D42 is #2292BD. Grayscale: #898989. Windows color (decimal): -2265790 or 4353501. OLE color: 4353501.

HSL color Cylindrical-coordinate representation of color #DD6D42: hue angle of 16.65º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DD6D42 is Cyan = 0, Magento = 0.51, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB22110966-
CMYK00.510.700.13
HSL16.65º69.51%56.27%-
HSV(B)16.65º70.14%86.67%-
XYZ36.2726.78.4-
YUV137.5987.61187.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 55.81%
GREEN value IS 109 (42.97% from 255) = 27.53%
BLUE value IS 66 (26.17% from 255) = 16.67%
R=55.81%
G=27.53%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.70
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211096600.510.700.1316.6569.5156.27
HexDD6D4203346D114638
Octal335155102063106152110670
Binary1101110111011011000010011001110001101101100011000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6d42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6d42; }

 p { color: rgb(221,109,66); }

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

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

 a { background-color: rgb(221,109,66); }

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

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

 span { border-color: rgb(221,109,66); }

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