Html Css Color HEX #DD703D Sorbus

📋 copy color: '#DD703D'

red 221 ◦ green 112 ◦ blue 61

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

Shades of Sorbus #DD703D

Tints of Sorbus #DD703D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 15.48%

R = 56.09%
G = 28.43%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD703D (or 0xDD703D) is known color: Sorbus. HEX triplet: DD, 70 and 3D. RGB value is (221,112,61). Sum of RGB (Red+Green+Blue) = 221+112+61=394 (52% of max value = 765). Red value is 221 (86.72% from 255 or 56.09% from 394); Green value is 112 (44.14% from 255 or 28.43% from 394); Blue value is 61 (24.22% from 255 or 15.48% from 394); Max value from RGB is 221 - color contains mainly: red. Hex color #DD703D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD703D is #228FC2. Grayscale: #8B8B8B. Windows color (decimal): -2265027 or 4026589. OLE color: 4026589.

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

Color convert

RGB 221 112 61 -
CMYK 0 0.49 0.72 0.13
HSL 19.13º 0.7% 0.55% -
HSV(B) 19.13º 0.72% 0.87% -
XYZ 36.46 27.3 7.76 -
YUV 138.78 84.11 186.65 -
System Red Green Blue C M Y K H S L
Decimal 221 112 61 0 0.49 0.72 0.13 19.13 0.7 0.55
Hex DD 70 3D 0 31 48 D 13 46 37
Octal 335 160 75 0 61 110 15 23 106 67
Binary 11011101 1110000 111101 0 110001 1001000 1101 10011 1000110 110111

Color Harmonies of #DD703D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD703D

Black with #DD703D

Text Example


Text Example

White with #DD703D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD703D; }

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

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

background-color css

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

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

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

border-color css

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

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

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