Html Css Color HEX #DD623F Sorbus

📋 copy color: '#DD623F'

red 221 ◦ green 98 ◦ blue 63

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

Shades of Sorbus #DD623F

Tints of Sorbus #DD623F

RGB

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

 GREEN value IS 98 (38.67% from 255) = 25.65%

 BLUE value IS 63 (25% from 255) = 16.49%

R = 57.85%
G = 25.65%
B = 16.49%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD623F (or 0xDD623F) is known color: Sorbus. HEX triplet: DD, 62 and 3F. RGB value is (221,98,63). Sum of RGB (Red+Green+Blue) = 221+98+63=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 63 (25% from 255 or 16.49% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD623F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD623F is #229DC0. Grayscale: #838383. Windows color (decimal): -2268609 or 4154077. OLE color: 4154077.

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

Color convert

RGB 221 98 63 -
CMYK 0 0.56 0.71 0.13
HSL 13.29º 0.7% 0.56% -
HSV(B) 13.29º 0.71% 0.87% -
XYZ 35.08 24.47 7.58 -
YUV 130.79 89.75 192.35 -
System Red Green Blue C M Y K H S L
Decimal 221 98 63 0 0.56 0.71 0.13 13.29 0.7 0.56
Hex DD 62 3F 0 38 47 D D 46 38
Octal 335 142 77 0 70 107 15 15 106 70
Binary 11011101 1100010 111111 0 111000 1000111 1101 1101 1000110 111000

Color Harmonies of #DD623F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD623F

Black with #DD623F

Text Example


Text Example

White with #DD623F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD623F; }

 p { color: rgb(221,98,63); }

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

background-color css

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

 a { background-color: rgb(221,98,63); }

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

border-color css

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

 span { border-color: rgb(221,98,63); }

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