Html Css Color HEX #DD6844 Sorbus

📋 copy color: '#DD6844'

red 221 ◦ green 104 ◦ blue 68

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

Shades of Sorbus #DD6844

Tints of Sorbus #DD6844

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 17.3%

R = 56.23%
G = 26.46%
B = 17.3%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DD6844 (or 0xDD6844) is known color: Sorbus. HEX triplet: DD, 68 and 44. RGB value is (221,104,68). Sum of RGB (Red+Green+Blue) = 221+104+68=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 104 (41.02% from 255 or 26.46% from 393); Blue value is 68 (26.95% from 255 or 17.30% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6844 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6844 is #2297BB. Grayscale: #878787. Windows color (decimal): -2267068 or 4483293. OLE color: 4483293.

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

Color convert

RGB 221 104 68 -
CMYK 0 0.53 0.69 0.13
HSL 14.12º 0.69% 0.57% -
HSV(B) 14.12º 0.69% 0.87% -
XYZ 35.81 25.69 8.54 -
YUV 134.88 90.26 189.43 -
System Red Green Blue C M Y K H S L
Decimal 221 104 68 0 0.53 0.69 0.13 14.12 0.69 0.57
Hex DD 68 44 0 35 45 D E 45 39
Octal 335 150 104 0 65 105 15 16 105 71
Binary 11011101 1101000 1000100 0 110101 1000101 1101 1110 1000101 111001

Color Harmonies of #DD6844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6844

Black with #DD6844

Text Example


Text Example

White with #DD6844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6844; }

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

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

background-color css

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

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

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

border-color css

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

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

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