Html Css Color HEX #DD6A37 Sorbus

📋 copy color: '#DD6A37'

red 221 ◦ green 106 ◦ blue 55

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

Shades of Sorbus #DD6A37

Tints of Sorbus #DD6A37

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.75%

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

R = 57.85%
G = 27.75%
B = 14.4%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD6A37 (or 0xDD6A37) is known color: Sorbus. HEX triplet: DD, 6A and 37. RGB value is (221,106,55). Sum of RGB (Red+Green+Blue) = 221+106+55=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 106 (41.80% from 255 or 27.75% from 382); Blue value is 55 (21.88% from 255 or 14.40% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6A37 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6A37 is #2295C8. Grayscale: #868686. Windows color (decimal): -2266569 or 3631837. OLE color: 3631837.

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

Color convert

RGB 221 106 55 -
CMYK 0 0.52 0.75 0.13
HSL 18.43º 0.71% 0.54% -
HSV(B) 18.43º 0.75% 0.87% -
XYZ 35.66 25.96 6.74 -
YUV 134.57 83.1 189.65 -
System Red Green Blue C M Y K H S L
Decimal 221 106 55 0 0.52 0.75 0.13 18.43 0.71 0.54
Hex DD 6A 37 0 34 4B D 12 47 36
Octal 335 152 67 0 64 113 15 22 107 66
Binary 11011101 1101010 110111 0 110100 1001011 1101 10010 1000111 110110

Color Harmonies of #DD6A37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6A37

Black with #DD6A37

Text Example


Text Example

White with #DD6A37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6A37; }

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

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

background-color css

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

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

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

border-color css

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

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

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