#DD6F33

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

Shades of Sorbus #DD6F33

Tints of Sorbus #DD6F33

Color information

#DD6F33 (or 0xDD6F33) is unknown color: approx Sorbus. HEX triplet: DD, 6F and 33. RGB value is (221,111,51). Sum of RGB (Red+Green+Blue) = 221+111+51=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 111 (43.75% from 255 or 28.98% from 383); Blue value is 51 (20.31% from 255 or 13.32% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6F33 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6F33 is #2290CC. Grayscale: #898989. Windows color (decimal): -2265293 or 3370973. OLE color: 3370973.

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

Color convert

RGB22111151-
CMYK00.500.770.13
HSL21.18º71.43%53.33%-
HSV(B)21.18º76.92%86.67%-
XYZ36.126.986.44-
YUV137.0579.44187.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.70%
GREEN value IS 111 (43.75% from 255) = 28.98%
BLUE value IS 51 (20.31% from 255) = 13.32%
R=57.70%
G=28.98%
B=13.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.77
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211115100.500.770.1321.1871.4353.33
HexDD6F330324DD154735
Octal33515763062115152510765
Binary110111011101111110011011001010011011101101011000111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6F33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6F33; }

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

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

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

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

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

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

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

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