Html Css Color HEX #DD6D40 Sorbus

📋 copy color: '#DD6D40'

red 221 ◦ green 109 ◦ blue 64

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

Shades of Sorbus #DD6D40

Tints of Sorbus #DD6D40

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.66%

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

R = 56.09%
G = 27.66%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD6D40 (or 0xDD6D40) is known color: Sorbus. HEX triplet: DD, 6D and 40. RGB value is (221,109,64). Sum of RGB (Red+Green+Blue) = 221+109+64=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 109 (42.97% from 255 or 27.66% from 394); Blue value is 64 (25.39% from 255 or 16.24% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6D40 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6D40 is #2292BF. Grayscale: #898989. Windows color (decimal): -2265792 or 4222429. OLE color: 4222429.

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

Color convert

RGB 221 109 64 -
CMYK 0 0.51 0.71 0.13
HSL 17.2º 0.7% 0.56% -
HSV(B) 17.2º 0.71% 0.87% -
XYZ 36.21 26.68 8.09 -
YUV 137.36 86.61 187.66 -
System Red Green Blue C M Y K H S L
Decimal 221 109 64 0 0.51 0.71 0.13 17.2 0.7 0.56
Hex DD 6D 40 0 33 47 D 11 46 38
Octal 335 155 100 0 63 107 15 21 106 70
Binary 11011101 1101101 1000000 0 110011 1000111 1101 10001 1000110 111000

Color Harmonies of #DD6D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6D40

Black with #DD6D40

Text Example


Text Example

White with #DD6D40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6D40; }

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

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

background-color css

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

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

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

border-color css

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

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

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