Html Css Color HEX #DD7637 Sorbus

📋 copy color: '#DD7637'

red 221 ◦ green 118 ◦ blue 55

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

Shades of Sorbus #DD7637

Tints of Sorbus #DD7637

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.95%

 BLUE value IS 55 (21.88% from 255) = 13.96%

R = 56.09%
G = 29.95%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7637 (or 0xDD7637) is known color: Sorbus. HEX triplet: DD, 76 and 37. RGB value is (221,118,55). Sum of RGB (Red+Green+Blue) = 221+118+55=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 118 (46.48% from 255 or 29.95% from 394); Blue value is 55 (21.88% from 255 or 13.96% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7637 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7637 is #2289C8. Grayscale: #8D8D8D. Windows color (decimal): -2263497 or 3634909. OLE color: 3634909.

HSL color Cylindrical-coordinate representation of color #DD7637: hue angle of 22.77º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DD7637 is Cyan = 0, Magento = 0.47, Yellow = 0.75 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 118 55 -
CMYK 0 0.47 0.75 0.13
HSL 22.77º 0.71% 0.54% -
HSV(B) 22.77º 0.75% 0.87% -
XYZ 36.99 28.6 7.19 -
YUV 141.62 79.12 184.62 -
System Red Green Blue C M Y K H S L
Decimal 221 118 55 0 0.47 0.75 0.13 22.77 0.71 0.54
Hex DD 76 37 0 2F 4B D 17 47 36
Octal 335 166 67 0 57 113 15 27 107 66
Binary 11011101 1110110 110111 0 101111 1001011 1101 10111 1000111 110110

Color Harmonies of #DD7637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7637

Black with #DD7637

Text Example


Text Example

White with #DD7637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7637; }

 p { color: rgb(221,118,55); }

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

background-color css

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

 a { background-color: rgb(221,118,55); }

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

border-color css

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

 span { border-color: rgb(221,118,55); }

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