#DD6637

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

Shades of Sorbus #DD6637

Tints of Sorbus #DD6637

Color information

#DD6637 (or 0xDD6637) is unknown color: approx Sorbus. HEX triplet: DD, 66 and 37. RGB value is (221,102,55). Sum of RGB (Red+Green+Blue) = 221+102+55=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 102 (40.23% from 255 or 26.98% from 378); Blue value is 55 (21.88% from 255 or 14.55% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6637 is #2299C8. Grayscale: #848484. Windows color (decimal): -2267593 or 3630813. OLE color: 3630813.

HSL color Cylindrical-coordinate representation of color #DD6637: hue angle of 16.99º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD6637 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB22110255-
CMYK00.540.750.13
HSL16.99º70.94%54.12%-
HSV(B)16.99º75.11%86.67%-
XYZ35.2625.156.61-
YUV132.2284.42191.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 102 (40.23% from 255) = 26.98%
BLUE value IS 55 (21.88% from 255) = 14.55%
R=58.47%
G=26.98%
B=14.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211025500.540.750.1316.9970.9454.12
HexDD66370364BD114736
Octal33514667066113152110766
Binary110111011100110110111011011010010111101100011000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6637

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6637; }

 p { color: rgb(221,102,55); }

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

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

 a { background-color: rgb(221,102,55); }

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

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

 span { border-color: rgb(221,102,55); }

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