Html Css Color HEX #DD7239 Sorbus

📋 copy color: '#DD7239'

red 221 ◦ green 114 ◦ blue 57

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

Shades of Sorbus #DD7239

Tints of Sorbus #DD7239

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 14.54%

R = 56.38%
G = 29.08%
B = 14.54%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD7239 (or 0xDD7239) is known color: Sorbus. HEX triplet: DD, 72 and 39. RGB value is (221,114,57). Sum of RGB (Red+Green+Blue) = 221+114+57=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 114 (44.92% from 255 or 29.08% from 392); Blue value is 57 (22.66% from 255 or 14.54% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7239 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD7239 is #228DC6. Grayscale: #8B8B8B. Windows color (decimal): -2264519 or 3764957. OLE color: 3764957.

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

Color convert

RGB 221 114 57 -
CMYK 0 0.48 0.74 0.13
HSL 20.85º 0.71% 0.55% -
HSV(B) 20.85º 0.74% 0.87% -
XYZ 36.57 27.7 7.29 -
YUV 139.5 81.45 186.13 -
System Red Green Blue C M Y K H S L
Decimal 221 114 57 0 0.48 0.74 0.13 20.85 0.71 0.55
Hex DD 72 39 0 30 4A D 15 47 37
Octal 335 162 71 0 60 112 15 25 107 67
Binary 11011101 1110010 111001 0 110000 1001010 1101 10101 1000111 110111

Color Harmonies of #DD7239

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD7239

Black with #DD7239

Text Example


Text Example

White with #DD7239

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD7239; }

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

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

background-color css

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

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

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

border-color css

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

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

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