Html Css Color HEX #DD623C Sorbus

📋 copy color: '#DD623C'

red 221 ◦ green 98 ◦ blue 60

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

Shades of Sorbus #DD623C

Tints of Sorbus #DD623C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 15.83%

R = 58.31%
G = 25.86%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD623C (or 0xDD623C) is known color: Sorbus. HEX triplet: DD, 62 and 3C. RGB value is (221,98,60). Sum of RGB (Red+Green+Blue) = 221+98+60=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 98 (38.67% from 255 or 25.86% from 379); Blue value is 60 (23.83% from 255 or 15.83% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD623C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD623C is #229DC3. Grayscale: #828282. Windows color (decimal): -2268612 or 3957469. OLE color: 3957469.

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

Color convert

RGB 221 98 60 -
CMYK 0 0.56 0.73 0.13
HSL 14.16º 0.7% 0.55% -
HSV(B) 14.16º 0.73% 0.87% -
XYZ 35 24.43 7.15 -
YUV 130.45 88.25 192.59 -
System Red Green Blue C M Y K H S L
Decimal 221 98 60 0 0.56 0.73 0.13 14.16 0.7 0.55
Hex DD 62 3C 0 38 49 D E 46 37
Octal 335 142 74 0 70 111 15 16 106 67
Binary 11011101 1100010 111100 0 111000 1001001 1101 1110 1000110 110111

Color Harmonies of #DD623C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD623C

Black with #DD623C

Text Example


Text Example

White with #DD623C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD623C; }

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

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

background-color css

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

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

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

border-color css

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

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

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