#DD6B3B

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

Shades of Sorbus #DD6B3B

Tints of Sorbus #DD6B3B

Color information

#DD6B3B (or 0xDD6B3B) is unknown color: approx Sorbus. HEX triplet: DD, 6B and 3B. RGB value is (221,107,59). Sum of RGB (Red+Green+Blue) = 221+107+59=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 59 (23.44% from 255 or 15.25% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B3B is #2294C4. Grayscale: #878787. Windows color (decimal): -2266309 or 3894237. OLE color: 3894237.

HSL color Cylindrical-coordinate representation of color #DD6B3B: hue angle of 17.78º 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 #DD6B3B is Cyan = 0, Magento = 0.52, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB22110759-
CMYK00.520.730.13
HSL17.78º70.43%54.9%-
HSV(B)17.78º73.3%86.67%-
XYZ35.8726.27.31-
YUV135.6184.77188.9-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 107 (42.19% from 255) = 27.65%
BLUE value IS 59 (23.44% from 255) = 15.25%
R=57.11%
G=27.65%
B=15.25%

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
Decimal2211075900.520.730.1317.7870.4354.9
HexDD6B3B03449D124637
Octal33515373064111152210667
Binary110111011101011111011011010010010011101100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B3B; }

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

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

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

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

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

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

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

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