Html Css Color HEX #DD6843 Sorbus

📋 copy color: '#DD6843'

red 221 ◦ green 104 ◦ blue 67

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

Shades of Sorbus #DD6843

Tints of Sorbus #DD6843

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.53%

 BLUE value IS 67 (26.56% from 255) = 17.09%

R = 56.38%
G = 26.53%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DD6843 (or 0xDD6843) is known color: Sorbus. HEX triplet: DD, 68 and 43. RGB value is (221,104,67). Sum of RGB (Red+Green+Blue) = 221+104+67=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 104 (41.02% from 255 or 26.53% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6843 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6843 is #2297BC. Grayscale: #878787. Windows color (decimal): -2267069 or 4417757. OLE color: 4417757.

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

Color convert

RGB 221 104 67 -
CMYK 0 0.53 0.70 0.13
HSL 14.42º 0.69% 0.56% -
HSV(B) 14.42º 0.7% 0.87% -
XYZ 35.78 25.68 8.38 -
YUV 134.77 89.76 189.51 -
System Red Green Blue C M Y K H S L
Decimal 221 104 67 0 0.53 0.70 0.13 14.42 0.69 0.56
Hex DD 68 43 0 35 46 D E 45 38
Octal 335 150 103 0 65 106 15 16 105 70
Binary 11011101 1101000 1000011 0 110101 1000110 1101 1110 1000101 111000

Color Harmonies of #DD6843

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6843

Black with #DD6843

Text Example


Text Example

White with #DD6843

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6843; }

 p { color: rgb(221,104,67); }

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

background-color css

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

 a { background-color: rgb(221,104,67); }

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

border-color css

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

 span { border-color: rgb(221,104,67); }

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