Html Css Color HEX #DD7336 Sorbus

📋 copy color: '#DD7336'

red 221 ◦ green 115 ◦ blue 54

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

Shades of Sorbus #DD7336

Tints of Sorbus #DD7336

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.49%

 BLUE value IS 54 (21.48% from 255) = 13.85%

R = 56.67%
G = 29.49%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.76

 K value IS 0.13

RGB Variations

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

Color information

#DD7336 (or 0xDD7336) is known color: Sorbus. HEX triplet: DD, 73 and 36. RGB value is (221,115,54). Sum of RGB (Red+Green+Blue) = 221+115+54=390 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.67% from 390); Green value is 115 (45.31% from 255 or 29.49% from 390); Blue value is 54 (21.48% from 255 or 13.85% from 390); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7336 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7336 is #228CC9. Grayscale: #8C8C8C. Windows color (decimal): -2264266 or 3568605. OLE color: 3568605.

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

Color convert

RGB 221 115 54 -
CMYK 0 0.48 0.76 0.13
HSL 21.92º 0.71% 0.54% -
HSV(B) 21.92º 0.76% 0.87% -
XYZ 36.62 27.9 6.95 -
YUV 139.74 79.62 185.96 -
System Red Green Blue C M Y K H S L
Decimal 221 115 54 0 0.48 0.76 0.13 21.92 0.71 0.54
Hex DD 73 36 0 30 4C D 16 47 36
Octal 335 163 66 0 60 114 15 26 107 66
Binary 11011101 1110011 110110 0 110000 1001100 1101 10110 1000111 110110

Color Harmonies of #DD7336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7336

Black with #DD7336

Text Example


Text Example

White with #DD7336

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7336; }

 p { color: rgb(221,115,54); }

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

background-color css

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

 a { background-color: rgb(221,115,54); }

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

border-color css

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

 span { border-color: rgb(221,115,54); }

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