#dd6538

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

Shades of Sorbus #DD6538

Tints of Sorbus #DD6538

Color information

#DD6538 (or 0xDD6538) is unknown color: approx Sorbus. HEX triplet: DD, 65 and 38. RGB value is (221,101,56). Sum of RGB (Red+Green+Blue) = 221+101+56=378 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.47% from 378); Green value is 101 (39.84% from 255 or 26.72% from 378); Blue value is 56 (22.27% from 255 or 14.81% from 378); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6538 is #229AC7. Grayscale: #848484. Windows color (decimal): -2267848 or 3696093. OLE color: 3696093.

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

Color convert

RGB22110156-
CMYK00.540.750.13
HSL16.36º70.82%54.31%-
HSV(B)16.36º74.66%86.67%-
XYZ35.1924.976.71-
YUV131.7585.26191.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.47%
GREEN value IS 101 (39.84% from 255) = 26.72%
BLUE value IS 56 (22.27% from 255) = 14.81%
R=58.47%
G=26.72%
B=14.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.75
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211015600.540.750.1316.3670.8254.31
HexDD65380364BD104736
Octal33514570066113152010766
Binary110111011100101111000011011010010111101100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd6538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd6538; }

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

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

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

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

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

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

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

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