#dd6735

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

Shades of Sorbus #DD6735

Tints of Sorbus #DD6735

Color information

#DD6735 (or 0xDD6735) is unknown color: approx Sorbus. HEX triplet: DD, 67 and 35. RGB value is (221,103,53). Sum of RGB (Red+Green+Blue) = 221+103+53=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 103 (40.62% from 255 or 27.32% from 377); Blue value is 53 (21.09% from 255 or 14.06% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6735 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6735 is #2298CA. Grayscale: #848484. Windows color (decimal): -2267339 or 3499997. OLE color: 3499997.

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

Color convert

RGB22110353-
CMYK00.530.760.13
HSL17.86º71.19%53.73%-
HSV(B)17.86º76.02%86.67%-
XYZ35.3125.336.4-
YUV132.5883.09191.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 103 (40.62% from 255) = 27.32%
BLUE value IS 53 (21.09% from 255) = 14.06%
R=58.62%
G=27.32%
B=14.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211035300.530.760.1317.8671.1953.73
HexDD67350354CD124736
Octal33514765065114152210766
Binary110111011100111110101011010110011001101100101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6735; }

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

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

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

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

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

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

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

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