Html Css Color HEX #DD7537 Sorbus

📋 copy color: '#DD7537'

red 221 ◦ green 117 ◦ blue 55

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

Shades of Sorbus #DD7537

Tints of Sorbus #DD7537

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.77%

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

R = 56.23%
G = 29.77%
B = 13.99%

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

#DD7537 (or 0xDD7537) is known color: Sorbus. HEX triplet: DD, 75 and 37. RGB value is (221,117,55). Sum of RGB (Red+Green+Blue) = 221+117+55=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 117 (46.09% from 255 or 29.77% from 393); Blue value is 55 (21.88% from 255 or 13.99% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7537 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7537 is #228AC8. Grayscale: #8D8D8D. Windows color (decimal): -2263753 or 3634653. OLE color: 3634653.

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

Color convert

RGB 221 117 55 -
CMYK 0 0.47 0.75 0.13
HSL 22.41º 0.71% 0.54% -
HSV(B) 22.41º 0.75% 0.87% -
XYZ 36.87 28.37 7.15 -
YUV 141.03 79.46 185.04 -
System Red Green Blue C M Y K H S L
Decimal 221 117 55 0 0.47 0.75 0.13 22.41 0.71 0.54
Hex DD 75 37 0 2F 4B D 16 47 36
Octal 335 165 67 0 57 113 15 26 107 66
Binary 11011101 1110101 110111 0 101111 1001011 1101 10110 1000111 110110

Color Harmonies of #DD7537

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7537

Black with #DD7537

Text Example


Text Example

White with #DD7537

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7537; }

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

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

background-color css

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

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

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

border-color css

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

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

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