Html Css Color HEX #DD7538 Sorbus

📋 copy color: '#DD7538'

red 221 ◦ green 117 ◦ blue 56

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

Shades of Sorbus #DD7538

Tints of Sorbus #DD7538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 29.7%

 BLUE value IS 56 (22.27% from 255) = 14.21%

R = 56.09%
G = 29.7%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7538 (or 0xDD7538) is known color: Sorbus. HEX triplet: DD, 75 and 38. RGB value is (221,117,56). Sum of RGB (Red+Green+Blue) = 221+117+56=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 117 (46.09% from 255 or 29.70% from 394); Blue value is 56 (22.27% from 255 or 14.21% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7538 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7538 is #228AC7. Grayscale: #8D8D8D. Windows color (decimal): -2263752 or 3700189. OLE color: 3700189.

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

Color convert

RGB 221 117 56 -
CMYK 0 0.47 0.75 0.13
HSL 22.18º 0.71% 0.54% -
HSV(B) 22.18º 0.75% 0.87% -
XYZ 36.89 28.38 7.27 -
YUV 141.14 79.96 184.96 -
System Red Green Blue C M Y K H S L
Decimal 221 117 56 0 0.47 0.75 0.13 22.18 0.71 0.54
Hex DD 75 38 0 2F 4B D 16 47 36
Octal 335 165 70 0 57 113 15 26 107 66
Binary 11011101 1110101 111000 0 101111 1001011 1101 10110 1000111 110110

Color Harmonies of #DD7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7538

Black with #DD7538

Text Example


Text Example

White with #DD7538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7538; }

 p { color: rgb(221,117,56); }

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

background-color css

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

 a { background-color: rgb(221,117,56); }

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

border-color css

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

 span { border-color: rgb(221,117,56); }

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