#DD673F

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

Shades of Sorbus #DD673F

Tints of Sorbus #DD673F

Color information

#DD673F (or 0xDD673F) is unknown color: approx Sorbus. HEX triplet: DD, 67 and 3F. RGB value is (221,103,63). Sum of RGB (Red+Green+Blue) = 221+103+63=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 103 (40.62% from 255 or 26.61% from 387); Blue value is 63 (25% from 255 or 16.28% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD673F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD673F is #2298C0. Grayscale: #868686. Windows color (decimal): -2267329 or 4155357. OLE color: 4155357.

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

Color convert

RGB22110363-
CMYK00.530.710.13
HSL15.19º69.91%55.69%-
HSV(B)15.19º71.49%86.67%-
XYZ35.5725.437.74-
YUV133.7288.09190.25-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.11%
GREEN value IS 103 (40.62% from 255) = 26.61%
BLUE value IS 63 (25% from 255) = 16.28%
R=57.11%
G=26.61%
B=16.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211036300.530.710.1315.1969.9155.69
HexDD673F03547Df4638
Octal33514777065107151710670
Binary11011101110011111111101101011000111110111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD673F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD673F; }

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

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

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

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

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

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

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

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