#DD673D

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

Shades of Sorbus #DD673D

Tints of Sorbus #DD673D

Color information

#DD673D (or 0xDD673D) is unknown color: approx Sorbus. HEX triplet: DD, 67 and 3D. RGB value is (221,103,61). Sum of RGB (Red+Green+Blue) = 221+103+61=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 61 (24.22% from 255 or 15.84% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD673D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD673D is #2298C2. Grayscale: #858585. Windows color (decimal): -2267331 or 4024285. OLE color: 4024285.

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

Color convert

RGB22110361-
CMYK00.530.720.13
HSL15.75º70.18%55.29%-
HSV(B)15.75º72.4%86.67%-
XYZ35.5125.417.45-
YUV133.4987.09190.42-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 103 (40.62% from 255) = 26.75%
BLUE value IS 61 (24.22% from 255) = 15.84%
R=57.40%
G=26.75%
B=15.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211036100.530.720.1315.7570.1855.29
HexDD673D03548D104637
Octal33514775065110152010667
Binary110111011100111111101011010110010001101100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD673D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD673D; }

 p { color: rgb(221,103,61); }

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

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

 a { background-color: rgb(221,103,61); }

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

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

 span { border-color: rgb(221,103,61); }

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