Html Css Color HEX #DD7639 Sorbus

📋 copy color: '#DD7639'

red 221 ◦ green 118 ◦ blue 57

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

Shades of Sorbus #DD7639

Tints of Sorbus #DD7639

RGB

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

 GREEN value IS 118 (46.48% from 255) = 29.8%

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

R = 55.81%
G = 29.8%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD7639 (or 0xDD7639) is known color: Sorbus. HEX triplet: DD, 76 and 39. RGB value is (221,118,57). Sum of RGB (Red+Green+Blue) = 221+118+57=396 (52% of max value = 765). Red value is 221 (86.72% from 255 or 55.81% from 396); Green value is 118 (46.48% from 255 or 29.80% from 396); Blue value is 57 (22.66% from 255 or 14.39% from 396); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7639 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7639 is #2289C6. Grayscale: #8E8E8E. Windows color (decimal): -2263495 or 3765981. OLE color: 3765981.

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

Color convert

RGB 221 118 57 -
CMYK 0 0.47 0.74 0.13
HSL 22.32º 0.71% 0.55% -
HSV(B) 22.32º 0.74% 0.87% -
XYZ 37.04 28.62 7.44 -
YUV 141.84 80.12 184.46 -
System Red Green Blue C M Y K H S L
Decimal 221 118 57 0 0.47 0.74 0.13 22.32 0.71 0.55
Hex DD 76 39 0 2F 4A D 16 47 37
Octal 335 166 71 0 57 112 15 26 107 67
Binary 11011101 1110110 111001 0 101111 1001010 1101 10110 1000111 110111

Color Harmonies of #DD7639

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7639

Black with #DD7639

Text Example


Text Example

White with #DD7639

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7639; }

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

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

background-color css

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

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

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

border-color css

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

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

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