Html Css Color HEX #DD683D Sorbus

📋 copy color: '#DD683D'

red 221 ◦ green 104 ◦ blue 61

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

Shades of Sorbus #DD683D

Tints of Sorbus #DD683D

RGB

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

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

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

R = 57.25%
G = 26.94%
B = 15.8%

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

#DD683D (or 0xDD683D) is known color: Sorbus. HEX triplet: DD, 68 and 3D. RGB value is (221,104,61). Sum of RGB (Red+Green+Blue) = 221+104+61=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 61 (24.22% from 255 or 15.80% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD683D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DD683D is #2297C2. Grayscale: #868686. Windows color (decimal): -2267075 or 4024541. OLE color: 4024541.

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

Color convert

RGB 221 104 61 -
CMYK 0 0.53 0.72 0.13
HSL 16.13º 0.7% 0.55% -
HSV(B) 16.13º 0.72% 0.87% -
XYZ 35.61 25.61 7.48 -
YUV 134.08 86.76 190 -
System Red Green Blue C M Y K H S L
Decimal 221 104 61 0 0.53 0.72 0.13 16.13 0.7 0.55
Hex DD 68 3D 0 35 48 D 10 46 37
Octal 335 150 75 0 65 110 15 20 106 67
Binary 11011101 1101000 111101 0 110101 1001000 1101 10000 1000110 110111

Color Harmonies of #DD683D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD683D

Black with #DD683D

Text Example


Text Example

White with #DD683D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD683D; }

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

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

background-color css

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

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

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

border-color css

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

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

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