Html Css Color HEX #DD6840 Sorbus

📋 copy color: '#DD6840'

red 221 ◦ green 104 ◦ blue 64

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

Shades of Sorbus #DD6840

Tints of Sorbus #DD6840

RGB

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

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

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

R = 56.81%
G = 26.74%
B = 16.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD6840 (or 0xDD6840) is known color: Sorbus. HEX triplet: DD, 68 and 40. RGB value is (221,104,64). Sum of RGB (Red+Green+Blue) = 221+104+64=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 64 (25.39% from 255 or 16.45% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6840 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6840 is #2297BF. Grayscale: #868686. Windows color (decimal): -2267072 or 4221149. OLE color: 4221149.

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

Color convert

RGB 221 104 64 -
CMYK 0 0.53 0.71 0.13
HSL 15.29º 0.7% 0.56% -
HSV(B) 15.29º 0.71% 0.87% -
XYZ 35.69 25.64 7.92 -
YUV 134.42 88.26 189.75 -
System Red Green Blue C M Y K H S L
Decimal 221 104 64 0 0.53 0.71 0.13 15.29 0.7 0.56
Hex DD 68 40 0 35 47 D F 46 38
Octal 335 150 100 0 65 107 15 17 106 70
Binary 11011101 1101000 1000000 0 110101 1000111 1101 1111 1000110 111000

Color Harmonies of #DD6840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6840

Black with #DD6840

Text Example


Text Example

White with #DD6840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6840; }

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

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

background-color css

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

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

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

border-color css

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

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

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