Html Css Color HEX #DD7236 Sorbus

📋 copy color: '#DD7236'

red 221 ◦ green 114 ◦ blue 54

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

Shades of Sorbus #DD7236

Tints of Sorbus #DD7236

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.31%

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

R = 56.81%
G = 29.31%
B = 13.88%

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

#DD7236 (or 0xDD7236) is known color: Sorbus. HEX triplet: DD, 72 and 36. RGB value is (221,114,54). Sum of RGB (Red+Green+Blue) = 221+114+54=389 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.81% from 389); Green value is 114 (44.92% from 255 or 29.31% from 389); Blue value is 54 (21.48% from 255 or 13.88% from 389); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7236 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7236 is #228DC9. Grayscale: #8B8B8B. Windows color (decimal): -2264522 or 3568349. OLE color: 3568349.

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

Color convert

RGB 221 114 54 -
CMYK 0 0.48 0.76 0.13
HSL 21.56º 0.71% 0.54% -
HSV(B) 21.56º 0.76% 0.87% -
XYZ 36.5 27.67 6.91 -
YUV 139.15 79.95 186.38 -
System Red Green Blue C M Y K H S L
Decimal 221 114 54 0 0.48 0.76 0.13 21.56 0.71 0.54
Hex DD 72 36 0 30 4C D 16 47 36
Octal 335 162 66 0 60 114 15 26 107 66
Binary 11011101 1110010 110110 0 110000 1001100 1101 10110 1000111 110110

Color Harmonies of #DD7236

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7236

Black with #DD7236

Text Example


Text Example

White with #DD7236

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7236; }

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

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

background-color css

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

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

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

border-color css

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

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

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