#DD7436

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

Shades of Sorbus #DD7436

Tints of Sorbus #DD7436

Color information

#DD7436 (or 0xDD7436) is unknown color: approx Sorbus. HEX triplet: DD, 74 and 36. RGB value is (221,116,54). Sum of RGB (Red+Green+Blue) = 221+116+54=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 116 (45.70% from 255 or 29.67% from 391); Blue value is 54 (21.48% from 255 or 13.81% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7436 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7436 is #228BC9. Grayscale: #8C8C8C. Windows color (decimal): -2264010 or 3568861. OLE color: 3568861.

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

Color convert

RGB22111654-
CMYK00.480.760.13
HSL22.28º71.06%53.92%-
HSV(B)22.28º75.57%86.67%-
XYZ36.7328.136.98-
YUV140.3379.29185.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 56.52%
GREEN value IS 116 (45.70% from 255) = 29.67%
BLUE value IS 54 (21.48% from 255) = 13.81%
R=56.52%
G=29.67%
B=13.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.76
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211165400.480.760.1322.2871.0653.92
HexDD74360304CD164736
Octal33516466060114152610766
Binary110111011110100110110011000010011001101101101000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7436

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7436; }

 p { color: rgb(221,116,54); }

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

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

 a { background-color: rgb(221,116,54); }

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

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

 span { border-color: rgb(221,116,54); }

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