Html Css Color HEX #DD6E3B Sorbus

📋 copy color: '#DD6E3B'

red 221 ◦ green 110 ◦ blue 59

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

Shades of Sorbus #DD6E3B

Tints of Sorbus #DD6E3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.13%

R = 56.67%
G = 28.21%
B = 15.13%

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

#DD6E3B (or 0xDD6E3B) is known color: Sorbus. HEX triplet: DD, 6E and 3B. RGB value is (221,110,59). Sum of RGB (Red+Green+Blue) = 221+110+59=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 110 (43.36% from 255 or 28.21% from 390); Blue value is 59 (23.44% from 255 or 15.13% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6E3B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6E3B is #2291C4. Grayscale: #898989. Windows color (decimal): -2265541 or 3895005. OLE color: 3895005.

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

Color convert

RGB 221 110 59 -
CMYK 0 0.50 0.73 0.13
HSL 18.89º 0.7% 0.55% -
HSV(B) 18.89º 0.73% 0.87% -
XYZ 36.18 26.84 7.41 -
YUV 137.38 83.77 187.65 -
System Red Green Blue C M Y K H S L
Decimal 221 110 59 0 0.50 0.73 0.13 18.89 0.7 0.55
Hex DD 6E 3B 0 32 49 D 13 46 37
Octal 335 156 73 0 62 111 15 23 106 67
Binary 11011101 1101110 111011 0 110010 1001001 1101 10011 1000110 110111

Color Harmonies of #DD6E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6E3B

Black with #DD6E3B

Text Example


Text Example

White with #DD6E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6E3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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