Html Css Color HEX #DD6437 Sorbus

📋 copy color: '#DD6437'

red 221 ◦ green 100 ◦ blue 55

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

Shades of Sorbus #DD6437

Tints of Sorbus #DD6437

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.6%

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

R = 58.78%
G = 26.6%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD6437 (or 0xDD6437) is known color: Sorbus. HEX triplet: DD, 64 and 37. RGB value is (221,100,55). Sum of RGB (Red+Green+Blue) = 221+100+55=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 100 (39.45% from 255 or 26.60% from 376); Blue value is 55 (21.88% from 255 or 14.63% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6437 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6437 is #229BC8. Grayscale: #838383. Windows color (decimal): -2268105 or 3630301. OLE color: 3630301.

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

Color convert

RGB 221 100 55 -
CMYK 0 0.55 0.75 0.13
HSL 16.27º 0.71% 0.54% -
HSV(B) 16.27º 0.75% 0.87% -
XYZ 35.07 24.76 6.55 -
YUV 131.05 85.09 192.16 -
System Red Green Blue C M Y K H S L
Decimal 221 100 55 0 0.55 0.75 0.13 16.27 0.71 0.54
Hex DD 64 37 0 37 4B D 10 47 36
Octal 335 144 67 0 67 113 15 20 107 66
Binary 11011101 1100100 110111 0 110111 1001011 1101 10000 1000111 110110

Color Harmonies of #DD6437

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6437

Black with #DD6437

Text Example


Text Example

White with #DD6437

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6437; }

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

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

background-color css

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

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

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

border-color css

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

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

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