Html Css Color HEX #DD683E Sorbus

📋 copy color: '#DD683E'

red 221 ◦ green 104 ◦ blue 62

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

Shades of Sorbus #DD683E

Tints of Sorbus #DD683E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 16.02%

R = 57.11%
G = 26.87%
B = 16.02%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DD683E (or 0xDD683E) is known color: Sorbus. HEX triplet: DD, 68 and 3E. RGB value is (221,104,62). Sum of RGB (Red+Green+Blue) = 221+104+62=387 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.11% from 387); Green value is 104 (41.02% from 255 or 26.87% from 387); Blue value is 62 (24.61% from 255 or 16.02% from 387); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683E is #2297C1. Grayscale: #868686. Windows color (decimal): -2267074 or 4090077. OLE color: 4090077.

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

Color convert

RGB 221 104 62 -
CMYK 0 0.53 0.72 0.13
HSL 15.85º 0.7% 0.55% -
HSV(B) 15.85º 0.72% 0.87% -
XYZ 35.64 25.62 7.62 -
YUV 134.2 87.26 189.92 -
System Red Green Blue C M Y K H S L
Decimal 221 104 62 0 0.53 0.72 0.13 15.85 0.7 0.55
Hex DD 68 3E 0 35 48 D 10 46 37
Octal 335 150 76 0 65 110 15 20 106 67
Binary 11011101 1101000 111110 0 110101 1001000 1101 10000 1000110 110111

Color Harmonies of #DD683E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD683E

Black with #DD683E

Text Example


Text Example

White with #DD683E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD683E; }

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

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

background-color css

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

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

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

border-color css

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

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

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