Html Css Color HEX #DD7133 Sorbus

📋 copy color: '#DD7133'

red 221 ◦ green 113 ◦ blue 51

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

Shades of Sorbus #DD7133

Tints of Sorbus #DD7133

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.35%

 BLUE value IS 51 (20.31% from 255) = 13.25%

R = 57.4%
G = 29.35%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.13

RGB Variations

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

Color information

#DD7133 (or 0xDD7133) is known color: Sorbus. HEX triplet: DD, 71 and 33. RGB value is (221,113,51). Sum of RGB (Red+Green+Blue) = 221+113+51=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 113 (44.53% from 255 or 29.35% from 385); Blue value is 51 (20.31% from 255 or 13.25% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7133 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7133 is #228ECC. Grayscale: #8A8A8A. Windows color (decimal): -2264781 or 3371485. OLE color: 3371485.

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

Color convert

RGB 221 113 51 -
CMYK 0 0.49 0.77 0.13
HSL 21.88º 0.71% 0.53% -
HSV(B) 21.88º 0.77% 0.87% -
XYZ 36.32 27.42 6.51 -
YUV 138.22 78.78 187.04 -
System Red Green Blue C M Y K H S L
Decimal 221 113 51 0 0.49 0.77 0.13 21.88 0.71 0.53
Hex DD 71 33 0 31 4D D 16 47 35
Octal 335 161 63 0 61 115 15 26 107 65
Binary 11011101 1110001 110011 0 110001 1001101 1101 10110 1000111 110101

Color Harmonies of #DD7133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7133

Black with #DD7133

Text Example


Text Example

White with #DD7133

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7133; }

 p { color: rgb(221,113,51); }

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

background-color css

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

 a { background-color: rgb(221,113,51); }

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

border-color css

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

 span { border-color: rgb(221,113,51); }

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