Html Css Color HEX #DD7136 Sorbus

📋 copy color: '#DD7136'

red 221 ◦ green 113 ◦ blue 54

#DD7136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sorbus #DD7136

Tints of Sorbus #DD7136

RGB

 RED value IS 221 (86.72% from 255) = 56.96%

 GREEN value IS 113 (44.53% from 255) = 29.12%

 BLUE value IS 54 (21.48% from 255) = 13.92%

R = 56.96%
G = 29.12%
B = 13.92%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7136 (or 0xDD7136) is known color: Sorbus. HEX triplet: DD, 71 and 36. RGB value is (221,113,54). Sum of RGB (Red+Green+Blue) = 221+113+54=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 54 (21.48% from 255 or 13.92% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7136 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7136 is #228EC9. Grayscale: #8A8A8A. Windows color (decimal): -2264778 or 3568093. OLE color: 3568093.

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

Color convert

RGB 221 113 54 -
CMYK 0 0.49 0.76 0.13
HSL 21.2º 0.71% 0.54% -
HSV(B) 21.2º 0.76% 0.87% -
XYZ 36.39 27.45 6.87 -
YUV 138.57 80.28 186.8 -
System Red Green Blue C M Y K H S L
Decimal 221 113 54 0 0.49 0.76 0.13 21.2 0.71 0.54
Hex DD 71 36 0 31 4C D 15 47 36
Octal 335 161 66 0 61 114 15 25 107 66
Binary 11011101 1110001 110110 0 110001 1001100 1101 10101 1000111 110110

Color Harmonies of #DD7136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7136

Black with #DD7136

Text Example


Text Example

White with #DD7136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7136; }

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

 H1.HeaderClassName
 {
   color: #DD7136;
 }
 .AnyTagClassName
 {
   color: #DD7136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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