Html Css Color HEX #DD6037 Sorbus

📋 copy color: '#DD6037'

red 221 ◦ green 96 ◦ blue 55

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

Shades of Sorbus #DD6037

Tints of Sorbus #DD6037

RGB

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

 GREEN value IS 96 (37.89% from 255) = 25.81%

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

R = 59.41%
G = 25.81%
B = 14.78%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD6037 (or 0xDD6037) is known color: Sorbus. HEX triplet: DD, 60 and 37. RGB value is (221,96,55). Sum of RGB (Red+Green+Blue) = 221+96+55=372 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.41% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 55 (21.88% from 255 or 14.78% from 372); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6037 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6037 is #229FC8. Grayscale: #808080. Windows color (decimal): -2269129 or 3629277. OLE color: 3629277.

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

Color convert

RGB 221 96 55 -
CMYK 0 0.57 0.75 0.13
HSL 14.82º 0.71% 0.54% -
HSV(B) 14.82º 0.75% 0.87% -
XYZ 34.69 24.01 6.42 -
YUV 128.7 86.41 193.83 -
System Red Green Blue C M Y K H S L
Decimal 221 96 55 0 0.57 0.75 0.13 14.82 0.71 0.54
Hex DD 60 37 0 39 4B D F 47 36
Octal 335 140 67 0 71 113 15 17 107 66
Binary 11011101 1100000 110111 0 111001 1001011 1101 1111 1000111 110110

Color Harmonies of #DD6037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6037

Black with #DD6037

Text Example


Text Example

White with #DD6037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6037; }

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

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

background-color css

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

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

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

border-color css

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

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

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