Html Css Color HEX #DD7237 Sorbus

📋 copy color: '#DD7237'

red 221 ◦ green 114 ◦ blue 55

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

Shades of Sorbus #DD7237

Tints of Sorbus #DD7237

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.23%

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

R = 56.67%
G = 29.23%
B = 14.1%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7237 (or 0xDD7237) is known color: Sorbus. HEX triplet: DD, 72 and 37. RGB value is (221,114,55). Sum of RGB (Red+Green+Blue) = 221+114+55=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 114 (44.92% from 255 or 29.23% from 390); Blue value is 55 (21.88% from 255 or 14.10% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7237 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7237 is #228DC8. Grayscale: #8B8B8B. Windows color (decimal): -2264521 or 3633885. OLE color: 3633885.

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

Color convert

RGB 221 114 55 -
CMYK 0 0.48 0.75 0.13
HSL 21.33º 0.71% 0.54% -
HSV(B) 21.33º 0.75% 0.87% -
XYZ 36.53 27.68 7.03 -
YUV 139.27 80.45 186.3 -
System Red Green Blue C M Y K H S L
Decimal 221 114 55 0 0.48 0.75 0.13 21.33 0.71 0.54
Hex DD 72 37 0 30 4B D 15 47 36
Octal 335 162 67 0 60 113 15 25 107 66
Binary 11011101 1110010 110111 0 110000 1001011 1101 10101 1000111 110110

Color Harmonies of #DD7237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7237

Black with #DD7237

Text Example


Text Example

White with #DD7237

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7237; }

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

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

background-color css

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

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

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

border-color css

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

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

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