Html Css Color HEX #DD6239 Sorbus

📋 copy color: '#DD6239'

red 221 ◦ green 98 ◦ blue 57

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

Shades of Sorbus #DD6239

Tints of Sorbus #DD6239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 15.16%

R = 58.78%
G = 26.06%
B = 15.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD6239 (or 0xDD6239) is known color: Sorbus. HEX triplet: DD, 62 and 39. RGB value is (221,98,57). Sum of RGB (Red+Green+Blue) = 221+98+57=376 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.78% from 376); Green value is 98 (38.67% from 255 or 26.06% from 376); Blue value is 57 (22.66% from 255 or 15.16% from 376); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6239 is #229DC6. Grayscale: #828282. Windows color (decimal): -2268615 or 3760861. OLE color: 3760861.

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

Color convert

RGB 221 98 57 -
CMYK 0 0.56 0.74 0.13
HSL 15º 0.71% 0.55% -
HSV(B) 15º 0.74% 0.87% -
XYZ 34.93 24.4 6.74 -
YUV 130.1 86.75 192.83 -
System Red Green Blue C M Y K H S L
Decimal 221 98 57 0 0.56 0.74 0.13 15 0.71 0.55
Hex DD 62 39 0 38 4A D F 47 37
Octal 335 142 71 0 70 112 15 17 107 67
Binary 11011101 1100010 111001 0 111000 1001010 1101 1111 1000111 110111

Color Harmonies of #DD6239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6239

Black with #DD6239

Text Example


Text Example

White with #DD6239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6239; }

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

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

background-color css

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

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

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

border-color css

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

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

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