Html Css Color HEX #DD6E40 Sorbus

📋 copy color: '#DD6E40'

red 221 ◦ green 110 ◦ blue 64

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

Shades of Sorbus #DD6E40

Tints of Sorbus #DD6E40

RGB

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

 GREEN value IS 110 (43.36% from 255) = 27.85%

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 55.95%
G = 27.85%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD6E40 (or 0xDD6E40) is known color: Sorbus. HEX triplet: DD, 6E and 40. RGB value is (221,110,64). Sum of RGB (Red+Green+Blue) = 221+110+64=395 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.95% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E40 is #2291BF. Grayscale: #8A8A8A. Windows color (decimal): -2265536 or 4222685. OLE color: 4222685.

HSL color Cylindrical-coordinate representation of color #DD6E40: hue angle of 17.58º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DD6E40 is Cyan = 0, Magento = 0.50, Yellow = 0.71 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 110 64 -
CMYK 0 0.50 0.71 0.13
HSL 17.58º 0.7% 0.56% -
HSV(B) 17.58º 0.71% 0.87% -
XYZ 36.32 26.89 8.13 -
YUV 137.95 86.27 187.24 -
System Red Green Blue C M Y K H S L
Decimal 221 110 64 0 0.50 0.71 0.13 17.58 0.7 0.56
Hex DD 6E 40 0 32 47 D 12 46 38
Octal 335 156 100 0 62 107 15 22 106 70
Binary 11011101 1101110 1000000 0 110010 1000111 1101 10010 1000110 111000

Color Harmonies of #DD6E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E40

Black with #DD6E40

Text Example


Text Example

White with #DD6E40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E40; }

 p { color: rgb(221,110,64); }

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

background-color css

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

 a { background-color: rgb(221,110,64); }

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

border-color css

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

 span { border-color: rgb(221,110,64); }

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