#DD6B34

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

Shades of Sorbus #DD6B34

Tints of Sorbus #DD6B34

Color information

#DD6B34 (or 0xDD6B34) is unknown color: approx Sorbus. HEX triplet: DD, 6B and 34. RGB value is (221,107,52). Sum of RGB (Red+Green+Blue) = 221+107+52=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 107 (42.19% from 255 or 28.16% from 380); Blue value is 52 (20.70% from 255 or 13.68% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6B34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6B34 is #2294CB. Grayscale: #878787. Windows color (decimal): -2266316 or 3435485. OLE color: 3435485.

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

Color convert

RGB22110752-
CMYK00.520.760.13
HSL19.53º71.31%53.53%-
HSV(B)19.53º76.47%86.67%-
XYZ35.726.146.41-
YUV134.8281.27189.47-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 107 (42.19% from 255) = 28.16%
BLUE value IS 52 (20.70% from 255) = 13.68%
R=58.16%
G=28.16%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211075200.520.760.1319.5371.3153.53
HexDD6B340344CD144736
Octal33515364064114152410766
Binary110111011101011110100011010010011001101101001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6B34; }

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

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

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

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

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

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

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

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