#DD6A3B

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

Shades of Sorbus #DD6A3B

Tints of Sorbus #DD6A3B

Color information

#DD6A3B (or 0xDD6A3B) is unknown color: approx Sorbus. HEX triplet: DD, 6A and 3B. RGB value is (221,106,59). Sum of RGB (Red+Green+Blue) = 221+106+59=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 59 (23.44% from 255 or 15.28% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A3B is #2295C4. Grayscale: #878787. Windows color (decimal): -2266565 or 3893981. OLE color: 3893981.

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

Color convert

RGB22110659-
CMYK00.520.730.13
HSL17.41º70.43%54.9%-
HSV(B)17.41º73.3%86.67%-
XYZ35.76267.27-
YUV135.0385.1189.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 106 (41.80% from 255) = 27.46%
BLUE value IS 59 (23.44% from 255) = 15.28%
R=57.25%
G=27.46%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.73
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211065900.520.730.1317.4170.4354.9
HexDD6A3B03449D114637
Octal33515273064111152110667
Binary110111011101010111011011010010010011101100011000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6A3B; }

 p { color: rgb(221,106,59); }

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

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

 a { background-color: rgb(221,106,59); }

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

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

 span { border-color: rgb(221,106,59); }

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