Html Css Color HEX #DD713A Sorbus

📋 copy color: '#DD713A'

red 221 ◦ green 113 ◦ blue 58

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

Shades of Sorbus #DD713A

Tints of Sorbus #DD713A

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.83%

 BLUE value IS 58 (23.05% from 255) = 14.8%

R = 56.38%
G = 28.83%
B = 14.8%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DD713A (or 0xDD713A) is known color: Sorbus. HEX triplet: DD, 71 and 3A. RGB value is (221,113,58). Sum of RGB (Red+Green+Blue) = 221+113+58=392 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.38% from 392); Green value is 113 (44.53% from 255 or 28.83% from 392); Blue value is 58 (23.05% from 255 or 14.80% from 392); Max value from RGB is 221 - color contains mainly: red. Hex color #DD713A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD713A is #228EC5. Grayscale: #8B8B8B. Windows color (decimal): -2264774 or 3830237. OLE color: 3830237.

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

Color convert

RGB 221 113 58 -
CMYK 0 0.49 0.74 0.13
HSL 20.25º 0.71% 0.55% -
HSV(B) 20.25º 0.74% 0.87% -
XYZ 36.49 27.49 7.39 -
YUV 139.02 82.28 186.47 -
System Red Green Blue C M Y K H S L
Decimal 221 113 58 0 0.49 0.74 0.13 20.25 0.71 0.55
Hex DD 71 3A 0 31 4A D 14 47 37
Octal 335 161 72 0 61 112 15 24 107 67
Binary 11011101 1110001 111010 0 110001 1001010 1101 10100 1000111 110111

Color Harmonies of #DD713A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD713A

Black with #DD713A

Text Example


Text Example

White with #DD713A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD713A; }

 p { color: rgb(221,113,58); }

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

background-color css

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

 a { background-color: rgb(221,113,58); }

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

border-color css

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

 span { border-color: rgb(221,113,58); }

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