Html Css Color HEX #DD643E Sorbus

📋 copy color: '#DD643E'

red 221 ◦ green 100 ◦ blue 62

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

Shades of Sorbus #DD643E

Tints of Sorbus #DD643E

RGB

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

 GREEN value IS 100 (39.45% from 255) = 26.11%

 BLUE value IS 62 (24.61% from 255) = 16.19%

R = 57.7%
G = 26.11%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD643E (or 0xDD643E) is known color: Sorbus. HEX triplet: DD, 64 and 3E. RGB value is (221,100,62). Sum of RGB (Red+Green+Blue) = 221+100+62=383 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.70% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 62 (24.61% from 255 or 16.19% from 383); Max value from RGB is 221 - color contains mainly: red. Hex color #DD643E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD643E is #229BC1. Grayscale: #848484. Windows color (decimal): -2268098 or 4089053. OLE color: 4089053.

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

Color convert

RGB 221 100 62 -
CMYK 0 0.55 0.72 0.13
HSL 14.34º 0.7% 0.55% -
HSV(B) 14.34º 0.72% 0.87% -
XYZ 35.25 24.83 7.49 -
YUV 131.85 88.59 191.59 -
System Red Green Blue C M Y K H S L
Decimal 221 100 62 0 0.55 0.72 0.13 14.34 0.7 0.55
Hex DD 64 3E 0 37 48 D E 46 37
Octal 335 144 76 0 67 110 15 16 106 67
Binary 11011101 1100100 111110 0 110111 1001000 1101 1110 1000110 110111

Color Harmonies of #DD643E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD643E

Black with #DD643E

Text Example


Text Example

White with #DD643E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD643E; }

 p { color: rgb(221,100,62); }

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

background-color css

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

 a { background-color: rgb(221,100,62); }

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

border-color css

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

 span { border-color: rgb(221,100,62); }

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