#DD6633

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

Shades of Sorbus #DD6633

Tints of Sorbus #DD6633

Color information

#DD6633 (or 0xDD6633) is unknown color: approx Sorbus. HEX triplet: DD, 66 and 33. RGB value is (221,102,51). Sum of RGB (Red+Green+Blue) = 221+102+51=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 102 (40.23% from 255 or 27.27% from 374); Blue value is 51 (20.31% from 255 or 13.64% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6633 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6633 is #2299CC. Grayscale: #848484. Windows color (decimal): -2267597 or 3368669. OLE color: 3368669.

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

Color convert

RGB22110251-
CMYK00.540.770.13
HSL18º71.43%53.33%-
HSV(B)18º76.92%86.67%-
XYZ35.1725.116.13-
YUV131.7782.42191.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.09%
GREEN value IS 102 (40.23% from 255) = 27.27%
BLUE value IS 51 (20.31% from 255) = 13.64%
R=59.09%
G=27.27%
B=13.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211025100.540.770.131871.4353.33
HexDD66330364DD124735
Octal33514663066115152210765
Binary110111011100110110011011011010011011101100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6633

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6633; }

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

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

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

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

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

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

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

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