Html Css Color HEX #DD7035 Sorbus

📋 copy color: '#DD7035'

red 221 ◦ green 112 ◦ blue 53

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

Shades of Sorbus #DD7035

Tints of Sorbus #DD7035

RGB

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

 GREEN value IS 112 (44.14% from 255) = 29.02%

 BLUE value IS 53 (21.09% from 255) = 13.73%

R = 57.25%
G = 29.02%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7035 (or 0xDD7035) is known color: Sorbus. HEX triplet: DD, 70 and 35. RGB value is (221,112,53). Sum of RGB (Red+Green+Blue) = 221+112+53=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 112 (44.14% from 255 or 29.02% from 386); Blue value is 53 (21.09% from 255 or 13.73% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7035 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7035 is #228FCA. Grayscale: #8A8A8A. Windows color (decimal): -2265035 or 3502301. OLE color: 3502301.

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

Color convert

RGB 221 112 53 -
CMYK 0 0.49 0.76 0.13
HSL 21.07º 0.71% 0.54% -
HSV(B) 21.07º 0.76% 0.87% -
XYZ 36.26 27.22 6.71 -
YUV 137.87 80.11 187.3 -
System Red Green Blue C M Y K H S L
Decimal 221 112 53 0 0.49 0.76 0.13 21.07 0.71 0.54
Hex DD 70 35 0 31 4C D 15 47 36
Octal 335 160 65 0 61 114 15 25 107 66
Binary 11011101 1110000 110101 0 110001 1001100 1101 10101 1000111 110110

Color Harmonies of #DD7035

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7035

Black with #DD7035

Text Example


Text Example

White with #DD7035

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7035; }

 p { color: rgb(221,112,53); }

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

background-color css

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

 a { background-color: rgb(221,112,53); }

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

border-color css

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

 span { border-color: rgb(221,112,53); }

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