#DD6F3E

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

Shades of Sorbus #DD6F3E

Tints of Sorbus #DD6F3E

Color information

#DD6F3E (or 0xDD6F3E) is unknown color: approx Sorbus. HEX triplet: DD, 6F and 3E. RGB value is (221,111,62). Sum of RGB (Red+Green+Blue) = 221+111+62=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 62 (24.61% from 255 or 15.74% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F3E is #2290C1. Grayscale: #8A8A8A. Windows color (decimal): -2265282 or 4091869. OLE color: 4091869.

HSL color Cylindrical-coordinate representation of color #DD6F3E: hue angle of 18.49º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DD6F3E is Cyan = 0, Magento = 0.50, Yellow = 0.72 and Black (K on CMYK) = 0.13.

Color convert

RGB22111162-
CMYK00.500.720.13
HSL18.49º70.04%55.49%-
HSV(B)18.49º71.95%86.67%-
XYZ36.3727.097.87-
YUV138.384.94186.98-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.09%
GREEN value IS 111 (43.75% from 255) = 28.17%
BLUE value IS 62 (24.61% from 255) = 15.74%
R=56.09%
G=28.17%
B=15.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.72
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211116200.500.720.1318.4970.0455.49
HexDD6F3E03248D124637
Octal33515776062110152210667
Binary110111011101111111110011001010010001101100101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F3E; }

 p { color: rgb(221,111,62); }

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

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

 a { background-color: rgb(221,111,62); }

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

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

 span { border-color: rgb(221,111,62); }

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