#DD6134

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

Shades of Sorbus #DD6134

Tints of Sorbus #DD6134

Color information

#DD6134 (or 0xDD6134) is unknown color: approx Sorbus. HEX triplet: DD, 61 and 34. RGB value is (221,97,52). Sum of RGB (Red+Green+Blue) = 221+97+52=370 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.73% from 370); Green value is 97 (38.28% from 255 or 26.22% from 370); Blue value is 52 (20.70% from 255 or 14.05% from 370); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6134 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6134 is #229ECB. Grayscale: #818181. Windows color (decimal): -2268876 or 3432925. OLE color: 3432925.

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

Color convert

RGB2219752-
CMYK00.560.760.13
HSL15.98º71.31%53.53%-
HSV(B)15.98º76.47%86.67%-
XYZ34.7124.176.08-
YUV128.9584.58193.66-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.73%
GREEN value IS 97 (38.28% from 255) = 26.22%
BLUE value IS 52 (20.70% from 255) = 14.05%
R=59.73%
G=26.22%
B=14.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal221975200.560.760.1315.9871.3153.53
HexDD61340384CD104736
Octal33514164070114152010766
Binary110111011100001110100011100010011001101100001000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6134; }

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

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

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

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

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

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

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

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