Html Css Color HEX #DD6539 Sorbus

📋 copy color: '#DD6539'

red 221 ◦ green 101 ◦ blue 57

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

Shades of Sorbus #DD6539

Tints of Sorbus #DD6539

RGB

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

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

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

R = 58.31%
G = 26.65%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD6539 (or 0xDD6539) is known color: Sorbus. HEX triplet: DD, 65 and 39. RGB value is (221,101,57). Sum of RGB (Red+Green+Blue) = 221+101+57=379 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.31% from 379); Green value is 101 (39.84% from 255 or 26.65% from 379); Blue value is 57 (22.66% from 255 or 15.04% from 379); Max value from RGB is 221 - color contains mainly: red. Hex color #DD6539 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD6539 is #229AC6. Grayscale: #848484. Windows color (decimal): -2267847 or 3761629. OLE color: 3761629.

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

Color convert

RGB 221 101 57 -
CMYK 0 0.54 0.74 0.13
HSL 16.1º 0.71% 0.55% -
HSV(B) 16.1º 0.74% 0.87% -
XYZ 35.21 24.97 6.84 -
YUV 131.86 85.76 191.58 -
System Red Green Blue C M Y K H S L
Decimal 221 101 57 0 0.54 0.74 0.13 16.1 0.71 0.55
Hex DD 65 39 0 36 4A D 10 47 37
Octal 335 145 71 0 66 112 15 20 107 67
Binary 11011101 1100101 111001 0 110110 1001010 1101 10000 1000111 110111

Color Harmonies of #DD6539

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD6539

Black with #DD6539

Text Example


Text Example

White with #DD6539

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD6539; }

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

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

background-color css

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

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

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

border-color css

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

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

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