Html Css Color HEX #DD703A Sorbus

📋 copy color: '#DD703A'

red 221 ◦ green 112 ◦ blue 58

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

Shades of Sorbus #DD703A

Tints of Sorbus #DD703A

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.64%

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

R = 56.52%
G = 28.64%
B = 14.83%

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

#DD703A (or 0xDD703A) is known color: Sorbus. HEX triplet: DD, 70 and 3A. RGB value is (221,112,58). Sum of RGB (Red+Green+Blue) = 221+112+58=391 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.52% from 391); Green value is 112 (44.14% from 255 or 28.64% from 391); Blue value is 58 (23.05% from 255 or 14.83% from 391); Max value from RGB is 221 - color contains mainly: red. Hex color #DD703A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD703A is #228FC5. Grayscale: #8A8A8A. Windows color (decimal): -2265030 or 3829981. OLE color: 3829981.

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

Color convert

RGB 221 112 58 -
CMYK 0 0.49 0.74 0.13
HSL 19.88º 0.71% 0.55% -
HSV(B) 19.88º 0.74% 0.87% -
XYZ 36.38 27.27 7.35 -
YUV 138.44 82.61 186.89 -
System Red Green Blue C M Y K H S L
Decimal 221 112 58 0 0.49 0.74 0.13 19.88 0.71 0.55
Hex DD 70 3A 0 31 4A D 14 47 37
Octal 335 160 72 0 61 112 15 24 107 67
Binary 11011101 1110000 111010 0 110001 1001010 1101 10100 1000111 110111

Color Harmonies of #DD703A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD703A

Black with #DD703A

Text Example


Text Example

White with #DD703A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD703A; }

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

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

background-color css

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

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

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

border-color css

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

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

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