Html Css Color HEX #DD6842 Sorbus

📋 copy color: '#DD6842'

red 221 ◦ green 104 ◦ blue 66

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

Shades of Sorbus #DD6842

Tints of Sorbus #DD6842

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.88%

R = 56.52%
G = 26.6%
B = 16.88%

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

#DD6842 (or 0xDD6842) is known color: Sorbus. HEX triplet: DD, 68 and 42. RGB value is (221,104,66). Sum of RGB (Red+Green+Blue) = 221+104+66=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 66 (26.17% from 255 or 16.88% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6842 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6842 is #2297BD. Grayscale: #868686. Windows color (decimal): -2267070 or 4352221. OLE color: 4352221.

HSL color Cylindrical-coordinate representation of color #DD6842: hue angle of 14.71º degrees, saturation: 0.7, 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 #DD6842 is Cyan = 0, Magento = 0.53, Yellow = 0.70 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 104 66 -
CMYK 0 0.53 0.70 0.13
HSL 14.71º 0.7% 0.56% -
HSV(B) 14.71º 0.7% 0.87% -
XYZ 35.75 25.67 8.22 -
YUV 134.65 89.26 189.59 -
System Red Green Blue C M Y K H S L
Decimal 221 104 66 0 0.53 0.70 0.13 14.71 0.7 0.56
Hex DD 68 42 0 35 46 D F 46 38
Octal 335 150 102 0 65 106 15 17 106 70
Binary 11011101 1101000 1000010 0 110101 1000110 1101 1111 1000110 111000

Color Harmonies of #DD6842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6842

Black with #DD6842

Text Example


Text Example

White with #DD6842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6842; }

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

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

background-color css

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

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

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

border-color css

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

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

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