Html Css Color HEX #DD6137 Sorbus

📋 copy color: '#DD6137'

red 221 ◦ green 97 ◦ blue 55

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

Shades of Sorbus #DD6137

Tints of Sorbus #DD6137

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.01%

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

R = 59.25%
G = 26.01%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD6137 (or 0xDD6137) is known color: Sorbus. HEX triplet: DD, 61 and 37. RGB value is (221,97,55). Sum of RGB (Red+Green+Blue) = 221+97+55=373 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.25% from 373); Green value is 97 (38.28% from 255 or 26.01% from 373); Blue value is 55 (21.88% from 255 or 14.75% from 373); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6137 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6137 is #229EC8. Grayscale: #818181. Windows color (decimal): -2268873 or 3629533. OLE color: 3629533.

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

Color convert

RGB 221 97 55 -
CMYK 0 0.56 0.75 0.13
HSL 15.18º 0.71% 0.54% -
HSV(B) 15.18º 0.75% 0.87% -
XYZ 34.78 24.2 6.45 -
YUV 129.29 86.08 193.42 -
System Red Green Blue C M Y K H S L
Decimal 221 97 55 0 0.56 0.75 0.13 15.18 0.71 0.54
Hex DD 61 37 0 38 4B D F 47 36
Octal 335 141 67 0 70 113 15 17 107 66
Binary 11011101 1100001 110111 0 111000 1001011 1101 1111 1000111 110110

Color Harmonies of #DD6137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6137

Black with #DD6137

Text Example


Text Example

White with #DD6137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6137; }

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

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

background-color css

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

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

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

border-color css

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

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

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