#DD6733

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

Shades of Sorbus #DD6733

Tints of Sorbus #DD6733

Color information

#DD6733 (or 0xDD6733) is unknown color: approx Sorbus. HEX triplet: DD, 67 and 33. RGB value is (221,103,51). Sum of RGB (Red+Green+Blue) = 221+103+51=375 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.93% from 375); Green value is 103 (40.62% from 255 or 27.47% from 375); Blue value is 51 (20.31% from 255 or 13.6% from 375); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6733 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6733 is #2298CC. Grayscale: #848484. Windows color (decimal): -2267341 or 3368925. OLE color: 3368925.

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

Color convert

RGB22110351-
CMYK00.530.770.13
HSL18.35º71.43%53.33%-
HSV(B)18.35º76.92%86.67%-
XYZ35.2725.316.16-
YUV132.3582.09191.23-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.93%
GREEN value IS 103 (40.62% from 255) = 27.47%
BLUE value IS 51 (20.31% from 255) = 13.6%
R=58.93%
G=27.47%
B=13.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211035100.530.770.1318.3571.4353.33
HexDD67330354DD124735
Octal33514763065115152210765
Binary110111011100111110011011010110011011101100101000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6733

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6733; }

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

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

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

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

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

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

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

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