Html Css Color HEX #DD643B Sorbus

📋 copy color: '#DD643B'

red 221 ◦ green 100 ◦ blue 59

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

Shades of Sorbus #DD643B

Tints of Sorbus #DD643B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 15.53%

R = 58.16%
G = 26.32%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD643B (or 0xDD643B) is known color: Sorbus. HEX triplet: DD, 64 and 3B. RGB value is (221,100,59). Sum of RGB (Red+Green+Blue) = 221+100+59=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 59 (23.44% from 255 or 15.53% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD643B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD643B is #229BC4. Grayscale: #838383. Windows color (decimal): -2268101 or 3892445. OLE color: 3892445.

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

Color convert

RGB 221 100 59 -
CMYK 0 0.55 0.73 0.13
HSL 15.19º 0.7% 0.55% -
HSV(B) 15.19º 0.73% 0.87% -
XYZ 35.17 24.8 7.07 -
YUV 131.51 87.09 191.83 -
System Red Green Blue C M Y K H S L
Decimal 221 100 59 0 0.55 0.73 0.13 15.19 0.7 0.55
Hex DD 64 3B 0 37 49 D F 46 37
Octal 335 144 73 0 67 111 15 17 106 67
Binary 11011101 1100100 111011 0 110111 1001001 1101 1111 1000110 110111

Color Harmonies of #DD643B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD643B

Black with #DD643B

Text Example


Text Example

White with #DD643B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD643B; }

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

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

background-color css

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

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

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

border-color css

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

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

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