#DD683D

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

Shades of Sorbus #DD683D

Tints of Sorbus #DD683D

Color information

#DD683D (or 0xDD683D) is unknown color: approx Sorbus. HEX triplet: DD, 68 and 3D. RGB value is (221,104,61). Sum of RGB (Red+Green+Blue) = 221+104+61=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683D is #2297C2. Grayscale: #868686. Windows color (decimal): -2267075 or 4024541. OLE color: 4024541.

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

Color convert

RGB22110461-
CMYK00.530.720.13
HSL16.12º70.18%55.29%-
HSV(B)16.12º72.4%86.67%-
XYZ35.6125.617.48-
YUV134.0886.76190-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 104 (41.02% from 255) = 26.94%
BLUE value IS 61 (24.22% from 255) = 15.80%
R=57.25%
G=26.94%
B=15.80%

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
Decimal2211046100.530.720.1316.1270.1855.29
HexDD683D03548D104637
Octal33515075065110152010667
Binary110111011101000111101011010110010001101100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD683D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD683D; }

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

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

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

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

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

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

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

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