Html Css Color HEX #DD6E44 Sorbus

📋 copy color: '#DD6E44'

red 221 ◦ green 110 ◦ blue 68

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

Shades of Sorbus #DD6E44

Tints of Sorbus #DD6E44

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.04%

R = 55.39%
G = 27.57%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6E44 (or 0xDD6E44) is known color: Sorbus. HEX triplet: DD, 6E and 44. RGB value is (221,110,68). Sum of RGB (Red+Green+Blue) = 221+110+68=399 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.39% from 399); Green value is 110 (43.36% from 255 or 27.57% from 399); Blue value is 68 (26.95% from 255 or 17.04% from 399); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E44 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E44 is #2291BB. Grayscale: #8A8A8A. Windows color (decimal): -2265532 or 4484829. OLE color: 4484829.

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

Color convert

RGB 221 110 68 -
CMYK 0 0.50 0.69 0.13
HSL 16.47º 0.69% 0.57% -
HSV(B) 16.47º 0.69% 0.87% -
XYZ 36.44 26.94 8.75 -
YUV 138.4 88.27 186.92 -
System Red Green Blue C M Y K H S L
Decimal 221 110 68 0 0.50 0.69 0.13 16.47 0.69 0.57
Hex DD 6E 44 0 32 45 D 10 45 39
Octal 335 156 104 0 62 105 15 20 105 71
Binary 11011101 1101110 1000100 0 110010 1000101 1101 10000 1000101 111001

Color Harmonies of #DD6E44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E44

Black with #DD6E44

Text Example


Text Example

White with #DD6E44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E44; }

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

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

background-color css

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

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

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

border-color css

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

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

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