Html Css Color HEX #DD7438 Sorbus

📋 copy color: '#DD7438'

red 221 ◦ green 116 ◦ blue 56

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

Shades of Sorbus #DD7438

Tints of Sorbus #DD7438

RGB

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

 GREEN value IS 116 (45.7% from 255) = 29.52%

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

R = 56.23%
G = 29.52%
B = 14.25%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DD7438 (or 0xDD7438) is known color: Sorbus. HEX triplet: DD, 74 and 38. RGB value is (221,116,56). Sum of RGB (Red+Green+Blue) = 221+116+56=393 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.23% from 393); Green value is 116 (45.70% from 255 or 29.52% from 393); Blue value is 56 (22.27% from 255 or 14.25% from 393); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7438 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7438 is #228BC7. Grayscale: #8C8C8C. Windows color (decimal): -2264008 or 3699933. OLE color: 3699933.

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

Color convert

RGB 221 116 56 -
CMYK 0 0.48 0.75 0.13
HSL 21.82º 0.71% 0.54% -
HSV(B) 21.82º 0.75% 0.87% -
XYZ 36.78 28.15 7.24 -
YUV 140.56 80.29 185.38 -
System Red Green Blue C M Y K H S L
Decimal 221 116 56 0 0.48 0.75 0.13 21.82 0.71 0.54
Hex DD 74 38 0 30 4B D 16 47 36
Octal 335 164 70 0 60 113 15 26 107 66
Binary 11011101 1110100 111000 0 110000 1001011 1101 10110 1000111 110110

Color Harmonies of #DD7438

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7438

Black with #DD7438

Text Example


Text Example

White with #DD7438

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7438; }

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

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

background-color css

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

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

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

border-color css

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

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

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