Html Css Color HEX #DD6640 Sorbus

📋 copy color: '#DD6640'

red 221 ◦ green 102 ◦ blue 64

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

Shades of Sorbus #DD6640

Tints of Sorbus #DD6640

RGB

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

 GREEN value IS 102 (40.23% from 255) = 26.36%

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

R = 57.11%
G = 26.36%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD6640 (or 0xDD6640) is known color: Sorbus. HEX triplet: DD, 66 and 40. RGB value is (221,102,64). Sum of RGB (Red+Green+Blue) = 221+102+64=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 102 (40.23% from 255 or 26.36% from 387); Blue value is 64 (25.39% from 255 or 16.54% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6640 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6640 is #2299BF. Grayscale: #858585. Windows color (decimal): -2267584 or 4220637. OLE color: 4220637.

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

Color convert

RGB 221 102 64 -
CMYK 0 0.54 0.71 0.13
HSL 14.52º 0.7% 0.56% -
HSV(B) 14.52º 0.71% 0.87% -
XYZ 35.5 25.25 7.85 -
YUV 133.25 88.92 190.59 -
System Red Green Blue C M Y K H S L
Decimal 221 102 64 0 0.54 0.71 0.13 14.52 0.7 0.56
Hex DD 66 40 0 36 47 D F 46 38
Octal 335 146 100 0 66 107 15 17 106 70
Binary 11011101 1100110 1000000 0 110110 1000111 1101 1111 1000110 111000

Color Harmonies of #DD6640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6640

Black with #DD6640

Text Example


Text Example

White with #DD6640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6640; }

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

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

background-color css

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

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

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

border-color css

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

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

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