Html Css Color HEX #DD683F Sorbus

📋 copy color: '#DD683F'

red 221 ◦ green 104 ◦ blue 63

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

Shades of Sorbus #DD683F

Tints of Sorbus #DD683F

RGB

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

 GREEN value IS 104 (41.02% from 255) = 26.8%

 BLUE value IS 63 (25% from 255) = 16.24%

R = 56.96%
G = 26.8%
B = 16.24%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DD683F (or 0xDD683F) is known color: Sorbus. HEX triplet: DD, 68 and 3F. RGB value is (221,104,63). Sum of RGB (Red+Green+Blue) = 221+104+63=388 (51% of max value = 765). Red value is 221 (86.72% from 255 or 56.96% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 63 (25% from 255 or 16.24% from 388); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683F is #2297C0. Grayscale: #868686. Windows color (decimal): -2267073 or 4155613. OLE color: 4155613.

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

Color convert

RGB 221 104 63 -
CMYK 0 0.53 0.71 0.13
HSL 15.57º 0.7% 0.56% -
HSV(B) 15.57º 0.71% 0.87% -
XYZ 35.67 25.63 7.77 -
YUV 134.31 87.76 189.83 -
System Red Green Blue C M Y K H S L
Decimal 221 104 63 0 0.53 0.71 0.13 15.57 0.7 0.56
Hex DD 68 3F 0 35 47 D 10 46 38
Octal 335 150 77 0 65 107 15 20 106 70
Binary 11011101 1101000 111111 0 110101 1000111 1101 10000 1000110 111000

Color Harmonies of #DD683F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD683F

Black with #DD683F

Text Example


Text Example

White with #DD683F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD683F; }

 p { color: rgb(221,104,63); }

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

background-color css

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

 a { background-color: rgb(221,104,63); }

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

border-color css

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

 span { border-color: rgb(221,104,63); }

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