Html Css Color HEX #DD6E3C Sorbus

📋 copy color: '#DD6E3C'

red 221 ◦ green 110 ◦ blue 60

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

Shades of Sorbus #DD6E3C

Tints of Sorbus #DD6E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.35%

R = 56.52%
G = 28.13%
B = 15.35%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD6E3C (or 0xDD6E3C) is known color: Sorbus. HEX triplet: DD, 6E and 3C. RGB value is (221,110,60). Sum of RGB (Red+Green+Blue) = 221+110+60=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 110 (43.36% from 255 or 28.13% from 391); Blue value is 60 (23.83% from 255 or 15.35% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E3C is #2291C3. Grayscale: #898989. Windows color (decimal): -2265540 or 3960541. OLE color: 3960541.

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

Color convert

RGB 221 110 60 -
CMYK 0 0.50 0.73 0.13
HSL 18.63º 0.7% 0.55% -
HSV(B) 18.63º 0.73% 0.87% -
XYZ 36.21 26.85 7.55 -
YUV 137.49 84.27 187.57 -
System Red Green Blue C M Y K H S L
Decimal 221 110 60 0 0.50 0.73 0.13 18.63 0.7 0.55
Hex DD 6E 3C 0 32 49 D 13 46 37
Octal 335 156 74 0 62 111 15 23 106 67
Binary 11011101 1101110 111100 0 110010 1001001 1101 10011 1000110 110111

Color Harmonies of #DD6E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E3C

Black with #DD6E3C

Text Example


Text Example

White with #DD6E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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