Html Css Color HEX #DD7638 Sorbus

📋 copy color: '#DD7638'

red 221 ◦ green 118 ◦ blue 56

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

Shades of Sorbus #DD7638

Tints of Sorbus #DD7638

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.87%

 BLUE value IS 56 (22.27% from 255) = 14.18%

R = 55.95%
G = 29.87%
B = 14.18%

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

#DD7638 (or 0xDD7638) is known color: Sorbus. HEX triplet: DD, 76 and 38. RGB value is (221,118,56). Sum of RGB (Red+Green+Blue) = 221+118+56=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 118 (46.48% from 255 or 29.87% from 395); Blue value is 56 (22.27% from 255 or 14.18% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7638 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7638 is #2289C7. Grayscale: #8E8E8E. Windows color (decimal): -2263496 or 3700445. OLE color: 3700445.

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

Color convert

RGB 221 118 56 -
CMYK 0 0.47 0.75 0.13
HSL 22.55º 0.71% 0.54% -
HSV(B) 22.55º 0.75% 0.87% -
XYZ 37.01 28.61 7.31 -
YUV 141.73 79.62 184.54 -
System Red Green Blue C M Y K H S L
Decimal 221 118 56 0 0.47 0.75 0.13 22.55 0.71 0.54
Hex DD 76 38 0 2F 4B D 17 47 36
Octal 335 166 70 0 57 113 15 27 107 66
Binary 11011101 1110110 111000 0 101111 1001011 1101 10111 1000111 110110

Color Harmonies of #DD7638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7638

Black with #DD7638

Text Example


Text Example

White with #DD7638

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7638; }

 p { color: rgb(221,118,56); }

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

background-color css

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

 a { background-color: rgb(221,118,56); }

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

border-color css

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

 span { border-color: rgb(221,118,56); }

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