#DD623D

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

Shades of Sorbus #DD623D

Tints of Sorbus #DD623D

Color information

#DD623D (or 0xDD623D) is unknown color: approx Sorbus. HEX triplet: DD, 62 and 3D. RGB value is (221,98,61). Sum of RGB (Red+Green+Blue) = 221+98+61=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 98 (38.67% from 255 or 25.79% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD623D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD623D is #229DC2. Grayscale: #828282. Windows color (decimal): -2268611 or 4023005. OLE color: 4023005.

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

Color convert

RGB2219861-
CMYK00.560.720.13
HSL13.88º70.18%55.29%-
HSV(B)13.88º72.4%86.67%-
XYZ35.0324.447.29-
YUV130.5688.75192.51-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 98 (38.67% from 255) = 25.79%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=58.16%
G=25.79%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221986100.560.720.1313.8870.1855.29
HexDD623D03848De4637
Octal33514275070110151610667
Binary11011101110001011110101110001001000110111101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD623D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD623D; }

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

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

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

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

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

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

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

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