Html Css Color HEX #DD653E Sorbus

📋 copy color: '#DD653E'

red 221 ◦ green 101 ◦ blue 62

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

Shades of Sorbus #DD653E

Tints of Sorbus #DD653E

RGB

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

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

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

R = 57.55%
G = 26.3%
B = 16.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD653E (or 0xDD653E) is known color: Sorbus. HEX triplet: DD, 65 and 3E. RGB value is (221,101,62). Sum of RGB (Red+Green+Blue) = 221+101+62=384 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.55% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 62 (24.61% from 255 or 16.15% from 384); Max value from RGB is 221 - color contains mainly: red. Hex color #DD653E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD653E is #229AC1. Grayscale: #848484. Windows color (decimal): -2267842 or 4089309. OLE color: 4089309.

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

Color convert

RGB 221 101 62 -
CMYK 0 0.54 0.72 0.13
HSL 14.72º 0.7% 0.55% -
HSV(B) 14.72º 0.72% 0.87% -
XYZ 35.34 25.03 7.53 -
YUV 132.43 88.26 191.17 -
System Red Green Blue C M Y K H S L
Decimal 221 101 62 0 0.54 0.72 0.13 14.72 0.7 0.55
Hex DD 65 3E 0 36 48 D F 46 37
Octal 335 145 76 0 66 110 15 17 106 67
Binary 11011101 1100101 111110 0 110110 1001000 1101 1111 1000110 110111

Color Harmonies of #DD653E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD653E

Black with #DD653E

Text Example


Text Example

White with #DD653E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD653E; }

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

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

background-color css

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

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

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

border-color css

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

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

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