Html Css Color HEX #DD653C Sorbus

📋 copy color: '#DD653C'

red 221 ◦ green 101 ◦ blue 60

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

Shades of Sorbus #DD653C

Tints of Sorbus #DD653C

RGB

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

 GREEN value IS 101 (39.84% from 255) = 26.44%

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

R = 57.85%
G = 26.44%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DD653C (or 0xDD653C) is known color: Sorbus. HEX triplet: DD, 65 and 3C. RGB value is (221,101,60). Sum of RGB (Red+Green+Blue) = 221+101+60=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 60 (23.83% from 255 or 15.71% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD653C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD653C is #229AC3. Grayscale: #848484. Windows color (decimal): -2267844 or 3958237. OLE color: 3958237.

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

Color convert

RGB 221 101 60 -
CMYK 0 0.54 0.73 0.13
HSL 15.28º 0.7% 0.55% -
HSV(B) 15.28º 0.73% 0.87% -
XYZ 35.29 25.01 7.24 -
YUV 132.21 87.26 191.33 -
System Red Green Blue C M Y K H S L
Decimal 221 101 60 0 0.54 0.73 0.13 15.28 0.7 0.55
Hex DD 65 3C 0 36 49 D F 46 37
Octal 335 145 74 0 66 111 15 17 106 67
Binary 11011101 1100101 111100 0 110110 1001001 1101 1111 1000110 110111

Color Harmonies of #DD653C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD653C

Black with #DD653C

Text Example


Text Example

White with #DD653C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD653C; }

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

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

background-color css

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

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

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

border-color css

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

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

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