#DD6C34

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

Shades of Sorbus #DD6C34

Tints of Sorbus #DD6C34

Color information

#DD6C34 (or 0xDD6C34) is unknown color: approx Sorbus. HEX triplet: DD, 6C and 34. RGB value is (221,108,52). Sum of RGB (Red+Green+Blue) = 221+108+52=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 108 (42.58% from 255 or 28.35% from 381); Blue value is 52 (20.70% from 255 or 13.65% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6C34 is #2293CB. Grayscale: #878787. Windows color (decimal): -2266060 or 3435741. OLE color: 3435741.

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

Color convert

RGB22110852-
CMYK00.510.760.13
HSL19.88º71.31%53.53%-
HSV(B)19.88º76.47%86.67%-
XYZ35.826.356.45-
YUV135.480.94189.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.01%
GREEN value IS 108 (42.58% from 255) = 28.35%
BLUE value IS 52 (20.70% from 255) = 13.65%
R=58.01%
G=28.35%
B=13.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211085200.510.760.1319.8871.3153.53
HexDD6C340334CD144736
Octal33515464063114152410766
Binary110111011101100110100011001110011001101101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6C34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6C34; }

 p { color: rgb(221,108,52); }

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

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

 a { background-color: rgb(221,108,52); }

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

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

 span { border-color: rgb(221,108,52); }

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