Html Css Color HEX #DD6E3D Sorbus

📋 copy color: '#DD6E3D'

red 221 ◦ green 110 ◦ blue 61

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

Shades of Sorbus #DD6E3D

Tints of Sorbus #DD6E3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.56%

R = 56.38%
G = 28.06%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD6E3D (or 0xDD6E3D) is known color: Sorbus. HEX triplet: DD, 6E and 3D. RGB value is (221,110,61). Sum of RGB (Red+Green+Blue) = 221+110+61=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 61 (24.22% from 255 or 15.56% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E3D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E3D is #2291C2. Grayscale: #898989. Windows color (decimal): -2265539 or 4026077. OLE color: 4026077.

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

Color convert

RGB 221 110 61 -
CMYK 0 0.50 0.72 0.13
HSL 18.38º 0.7% 0.55% -
HSV(B) 18.38º 0.72% 0.87% -
XYZ 36.24 26.86 7.69 -
YUV 137.6 84.77 187.48 -
System Red Green Blue C M Y K H S L
Decimal 221 110 61 0 0.50 0.72 0.13 18.38 0.7 0.55
Hex DD 6E 3D 0 32 48 D 12 46 37
Octal 335 156 75 0 62 110 15 22 106 67
Binary 11011101 1101110 111101 0 110010 1001000 1101 10010 1000110 110111

Color Harmonies of #DD6E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E3D

Black with #DD6E3D

Text Example


Text Example

White with #DD6E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E3D; }

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

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

background-color css

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

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

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

border-color css

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

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

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