#DD653F

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

Shades of Sorbus #DD653F

Tints of Sorbus #DD653F

Color information

#DD653F (or 0xDD653F) is unknown color: approx Sorbus. HEX triplet: DD, 65 and 3F. RGB value is (221,101,63). Sum of RGB (Red+Green+Blue) = 221+101+63=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 63 (25% from 255 or 16.36% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD653F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD653F is #229AC0. Grayscale: #848484. Windows color (decimal): -2267841 or 4154845. OLE color: 4154845.

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

Color convert

RGB22110163-
CMYK00.540.710.13
HSL14.43º69.91%55.69%-
HSV(B)14.43º71.49%86.67%-
XYZ35.3725.047.67-
YUV132.5588.76191.09-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.40%
GREEN value IS 101 (39.84% from 255) = 26.23%
BLUE value IS 63 (25% from 255) = 16.36%
R=57.40%
G=26.23%
B=16.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.71
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211016300.540.710.1314.4369.9155.69
HexDD653F03647De4638
Octal33514577066107151610670
Binary11011101110010111111101101101000111110111101000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD653F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD653F; }

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

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

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

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

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

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

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

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