#DD663F

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

Shades of Sorbus #DD663F

Tints of Sorbus #DD663F

Color information

#DD663F (or 0xDD663F) is unknown color: approx Sorbus. HEX triplet: DD, 66 and 3F. RGB value is (221,102,63). Sum of RGB (Red+Green+Blue) = 221+102+63=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 102 (40.23% from 255 or 26.42% from 386); Blue value is 63 (25% from 255 or 16.32% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD663F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD663F is #2299C0. Grayscale: #858585. Windows color (decimal): -2267585 or 4155101. OLE color: 4155101.

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

Color convert

RGB22110263-
CMYK00.540.710.13
HSL14.81º69.91%55.69%-
HSV(B)14.81º71.49%86.67%-
XYZ35.4725.237.7-
YUV133.1488.42190.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.25%
GREEN value IS 102 (40.23% from 255) = 26.42%
BLUE value IS 63 (25% from 255) = 16.32%
R=57.25%
G=26.42%
B=16.32%

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
Decimal2211026300.540.710.1314.8169.9155.69
HexDD663F03647Df4638
Octal33514677066107151710670
Binary11011101110011011111101101101000111110111111000110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD663F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD663F; }

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

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

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

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

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

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

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

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